Tweaks to tab text, was to dark

This commit is contained in:
Finnder 2022-03-24 23:39:47 -04:00
parent 5239befe18
commit 3a223fa95e
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,8 @@ body {
.tabs {
a {
text-decoration: none;
color: grey;
color: rgb(190, 190, 190);
&:hover {
color: white;
background-color: rgba(40, 40, 40, 0.5);
@ -54,6 +55,7 @@ body {
article {
margin: auto;
border: 1px solid white;
border-radius: 3px;
padding: 13px;
max-width: 1500px;
background: $content_background;