Showing Abner changes

This commit is contained in:
2024-10-25 19:41:18 -07:00
parent abd3cf86b7
commit b3426ec6d8
16 changed files with 460 additions and 115 deletions

View File

@@ -60,3 +60,23 @@
aspect-ratio: 16 / 9;
width: 100%;
}
.dark .announcement {
background-color: #35284F !important;
color: #fff !important;
}
.announcement {
background-color: #0a0a0a !important;
color: #fff !important;
box-shadow: none !important;
}
.announcement a {
font-weight: bold;
color: var(--seattle-color) !important;
}
.announcement a:hover {
text-decoration: underline !important;
}