Skip to content

Commit

Permalink
Update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Linerly committed Jul 1, 2024
1 parent 2691242 commit a7b92ad
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions assets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
--nav-background-color: #004a99;
--nav-border-bottom-color: transparent;
--nav-current-border-bottom-color: transparent;
--card-border-color: #80c1ff;
--card-border-color: #1f7ad6;
--down-border-left-color: #eb3b5a;
--down-background-color: #6b1020;
--degraded-border-left-color: #f7b731;
Expand Down Expand Up @@ -90,7 +90,7 @@ h1, h2, h3, h4, h5, h6, p, sub, li, a, article, div, span {
}

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
font-weight: bold !important;
}

figcaption {
Expand Down Expand Up @@ -118,3 +118,11 @@ a:hover {
a:active {
color: #a7ccf1;
}

nav {
scrollbar-width: none;
}

footer {
font-style: italic;
}

0 comments on commit a7b92ad

Please sign in to comment.