custom gitea theme v1

This commit is contained in:
2025-04-07 06:11:45 -04:00
parent 1dbca5419f
commit 90e8ba9eea
2 changed files with 399 additions and 2 deletions

View File

@@ -2,8 +2,9 @@
text-align: center;
}
.main {
font-family: monospace;
font-size: x-large;
color: rgb(224, 193, 155);
color: rgba(230, 186, 142, 0.747);
}
.link:link {
color: bisque;
@@ -27,7 +28,7 @@ body {
.footer{
font-size: small;
padding-top: 10%;
color: rgb(224, 193, 155);
}
.spacer{
padding: 2.5%;