Tweak light theme to resemble Twitter more

This commit is contained in:
Zed
2019-10-23 13:58:10 +02:00
parent a3ca693dbe
commit 64d2d39424
9 changed files with 50 additions and 29 deletions

View File

@@ -42,7 +42,7 @@
a {
border-bottom: .1rem solid transparent;
color: inherit;
color: var(--tab);
display: block;
padding: 8px 0;
text-decoration: none;
@@ -53,14 +53,14 @@
}
&.active {
border-bottom-color: var(--accent);
color: var(--accent);
border-bottom-color: var(--tab_selected);
color: var(--tab_selected);
}
}
&.active a {
border-bottom-color: var(--accent);
color: var(--accent);
border-bottom-color: var(--tab_selected);
color: var(--tab_selected);
}
&.wide {