diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-16 00:44:47 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-16 00:44:47 -0400 |
| commit | be5c14ffa4b10e1586b68f94669093146df9d452 (patch) | |
| tree | 26e73b126d291e84df7d4289acf65286e0a6a81f /public/css/style.css | |
| parent | b0411efcf2459566888abf34c7524d67fb3add54 (diff) | |
| download | alp-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.css | 12 |
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 |
