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 {
|
.tabs {
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: grey;
|
color: rgb(190, 190, 190);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: rgba(40, 40, 40, 0.5);
|
background-color: rgba(40, 40, 40, 0.5);
|
||||||
|
@ -54,6 +55,7 @@ body {
|
||||||
article {
|
article {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
|
border-radius: 3px;
|
||||||
padding: 13px;
|
padding: 13px;
|
||||||
max-width: 1500px;
|
max-width: 1500px;
|
||||||
background: $content_background;
|
background: $content_background;
|
||||||
|
|
Loading…
Reference in New Issue