aboutsummaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-16 00:44:47 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-16 00:44:47 -0400
commitbe5c14ffa4b10e1586b68f94669093146df9d452 (patch)
tree26e73b126d291e84df7d4289acf65286e0a6a81f /public/css/style.css
parentb0411efcf2459566888abf34c7524d67fb3add54 (diff)
downloadalp-website-be5c14ffa4b10e1586b68f94669093146df9d452.tar.gz
alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.tar.bz2
alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.zip
Added transitions, community rules, git projects and etc
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 386343b..de170ce 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -1,9 +1,17 @@
body {
font-family: Play, sans-serif;
+}
+
+.dark {
background-color: #212121;
color: #ffffff;
}
+.light {
+ background-color: #ffffff;
+ color: #000000;
+}
+
ul.yt {
margin: 0 auto;
text-align: center;
@@ -12,4 +20,8 @@ ul.yt {
li.yt-vid-list {
display: inline-block;
vertical-align: top;
+}
+
+ul.none {
+ list-style-type:none;
} \ No newline at end of file