forked from MountainLinuxClub/website
Tweaks to tab text, was to dark
This commit is contained in:
parent
5239befe18
commit
3a223fa95e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue