diff options
| author | Bobby <[email protected]> | 2024-12-15 09:50:35 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-12-15 09:50:35 -0500 |
| commit | 06f23e7745c5875039720468db0a2786d2aaf848 (patch) | |
| tree | cc49ba62e71c35b3294edc7b753b9627b2d2ac9c /static/css/shared/core.css | |
| parent | 2efc3e9fbb38e447c5e336dfea679644ea16af12 (diff) | |
| download | thatcomputerscientist-06f23e7745c5875039720468db0a2786d2aaf848.tar.xz thatcomputerscientist-06f23e7745c5875039720468db0a2786d2aaf848.zip | |
moved announcements to administration. custom admin center. removed userpages app
Diffstat (limited to 'static/css/shared/core.css')
| -rw-r--r-- | static/css/shared/core.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/css/shared/core.css b/static/css/shared/core.css index fc369c39..e764da32 100644 --- a/static/css/shared/core.css +++ b/static/css/shared/core.css @@ -53,14 +53,14 @@ hr { a, a:link, a:visited { - color: #8DC6FF; + color: #8d8dff; text-decoration: none; } a:hover, a:active { - color: #2381DF; + color: #df23c4; } a:hover { @@ -208,12 +208,12 @@ img { .navigation-title { font-family: 'SweetFairy', sans-serif; - filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #2381DF) drop-shadow(0px 1px 1px #2381DF); - color: #2381DF; + filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #623795) drop-shadow(0px 1px 1px #623795); + color: #623795; } .navigation-title-container { - background-color: #002B62; + background-color: rgba(173, 128, 236, 0.35); padding: 10px; border-top-left-radius: 8px; border-top-right-radius: 8px; |
