diff --git a/csmm.png b/csmm.png new file mode 100644 index 0000000..a972b25 Binary files /dev/null and b/csmm.png differ diff --git a/index.html b/index.html index 04af6f5..dd9265f 100644 --- a/index.html +++ b/index.html @@ -6,15 +6,37 @@ CS++ + - +

- We are TU Dublin's Computer Science Society. + We are TU Dublin's Computer Science Society.

-

+

Website coming soon...

+ + \ No newline at end of file diff --git a/style.css b/style.css index b3447e5..4b27860 100644 --- a/style.css +++ b/style.css @@ -34,6 +34,8 @@ --cspp-blue-2: #462ab3; --cspp-blue-3: #4159ff; --cspp-blue-4: #549fff; + + --evil: #b20300 !important; } html, @@ -102,4 +104,8 @@ body { .blue4{ color: var(--cspp-blue-4); +} + +.evil{ + color: var(--evil); } \ No newline at end of file