diff options
Diffstat (limited to 'fosdem-2025/css')
-rw-r--r-- | fosdem-2025/css/gruvbox-dark.css | 6 | ||||
-rw-r--r-- | fosdem-2025/css/gruvbox-light.css | 22 |
2 files changed, 28 insertions, 0 deletions
diff --git a/fosdem-2025/css/gruvbox-dark.css b/fosdem-2025/css/gruvbox-dark.css new file mode 100644 index 0000000..ccb5c15 --- /dev/null +++ b/fosdem-2025/css/gruvbox-dark.css @@ -0,0 +1,6 @@ +body { background: #282828; color: #ebdbb2; } +pre { border-left: 5px solid #888; } +div#end { background: #ffffea; } +.hi { background: #98971a; color: #282828; } +:link { color: #83a598; } +:visited { color: #d3869b; } diff --git a/fosdem-2025/css/gruvbox-light.css b/fosdem-2025/css/gruvbox-light.css new file mode 100644 index 0000000..8afff33 --- /dev/null +++ b/fosdem-2025/css/gruvbox-light.css @@ -0,0 +1,22 @@ +body { + background: #fbf1c7; + color: #3c3836; +} + +pre { + background: #eee; +} + +.hi { + background: #ffff00; +} + +div#title { + /*background: #ffffea;*/ + background: #fbf1c7; + color: #3c3836; +} + +div#end { + background: #ffffea; +} |