diff options
Diffstat (limited to 'bcst/themes/hungry-hobo/style.css')
| -rw-r--r-- | bcst/themes/hungry-hobo/style.css | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/bcst/themes/hungry-hobo/style.css b/bcst/themes/hungry-hobo/style.css new file mode 100644 index 0000000..b53e9b1 --- /dev/null +++ b/bcst/themes/hungry-hobo/style.css @@ -0,0 +1,72 @@ +body { + background-color: #282828; + text-align: center; +} + +h3 { + color: #ebdbb2; + font-family: 'Roboto Mono', monospace; +} + +h1 { + font-family: 'Pacifico', cursive; + text-align: center; + color: #ebdbb2; + font-size: 90; +} + +a { + color: inherit; + text-decoration: none; +} + +list { + text-align: center; + text-decoration: none; +} + +.all { + display: inline-block; + vertical-align: top; + align-self: center; + margin-left: 1em; +} + +.all:nth-child(1) { + margin-left: 0; +} + +.title { + text-align: center; + width: 12em; +} + +.google { + background-color: #cc241d; +} + +.reddit { + background-color: #458588; +} + +.programming { + background-color: #689d6a; +} + +.gaming { + background-color: #d65d0e; +} + +.linux { + background-color: #98971a; +} + +.links { + text-align: center; + color: #282828; + font-family: 'Roboto Mono', monospace; + text-decoration: none; + font-weight: bold; + background-color: #ebdbb2; + width: 12em; +} |
