Remove bootstrap (womp womp)
This commit is contained in:
parent
5daf57413d
commit
4ee6a3872e
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css");
|
||||
|
||||
:root {
|
||||
--primary-color: rgb(230, 210, 255);
|
||||
--text-color: rgb(230, 230, 255);
|
||||
|
@ -15,7 +13,12 @@
|
|||
|
||||
h1,
|
||||
h1>* {
|
||||
color: var(--primary-color)
|
||||
color: var(--primary-color);
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
hr {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
p,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue