vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-10-15 11:34:17 +02:00
parent 8747ffd137
commit 2cf9523e18
2 changed files with 7 additions and 1 deletions

View file

@ -6,12 +6,12 @@
}
}
body {
background: rgb(40, 40, 60);
color: rgb(245, 245, 255);
font-family: $font-family;
}
a {
color: rgb(255, 255, 255);
transition: color 0.2s;

View file

@ -537,6 +537,12 @@
}
.desc {
color: rgb(215, 215, 225);
a.milestone {
color: rgb(255, 255, 255) !important;
&:hover {
color: rgb(255, 130, 130) !important;
}
}
}
}
}