aboutsummaryrefslogtreecommitdiff
path: root/static/css/main.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-12 14:14:37 -0500
committerBobby <[email protected]>2022-11-12 14:14:37 -0500
commit55eba843c0d2fe55691578ac071407e3321edaeb (patch)
tree1acc69f8ba6235f1bfaee37db016a4dc54e948a5 /static/css/main.css
parent80cde1427254ce4bab2f868ea9f79cf0cec93fe4 (diff)
downloadthatcomputerscientist-55eba843c0d2fe55691578ac071407e3321edaeb.tar.xz
thatcomputerscientist-55eba843c0d2fe55691578ac071407e3321edaeb.zip
changes to the announcement section
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css26
1 files changed, 12 insertions, 14 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 62093d11..051465b0 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -32,14 +32,6 @@ h1, h2, h3, h4, h5, h6, p, a, li, span, label, footer, .table {
a {
color: #8278ed;
}
-/*
-a:visited {
- color: #b894dc;
-} */
-
-/* svg {
- filter: invert(1);
-} */
fieldset, legend {
color: #cecece;
@@ -128,6 +120,11 @@ fieldset {
color: rgb(255, 81, 81);
}
+.updates {
+ width: 80px;
+ height: 16px;
+}
+
.success {
color: green;
}
@@ -398,14 +395,15 @@ pre {
margin: 0;
}
-.announcements > li::before {
- content: '📢';
+.ac {
margin-right: 5px;
- height: 16px;
+ height: 12px;
+ width: 30px;
}
-.announcements > li.newac::before {
- content: url('../images/gifs/new_announcement.gif');
+.ac2 {
margin-right: 5px;
- height: 16px;
+ width: 30px;
+ height: 14px;
}
+