diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-13 10:14:54 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-13 10:14:54 +0200 |
commit | 2fca3922f68f7ea449090145ef22cf87a8793318 (patch) | |
tree | c9b35f2219a57dcbbc0fcc2652ad7e1b9c846908 /styles | |
parent | 9a6ba9adcf6393b75fc254e7fb08e1583a4001e8 (diff) |
added some software that I use
Diffstat (limited to 'styles')
-rw-r--r-- | styles/globals.css | 4 | ||||
-rw-r--r-- | styles/tags.css | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/styles/globals.css b/styles/globals.css index 5650240..b195485 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -66,6 +66,10 @@ h3 { font-size: 32px; } :focus { outline: none; } +li { + margin-bottom: 6px; +} + @media (prefers-color-scheme: light) { .subtile { opacity: .6; diff --git a/styles/tags.css b/styles/tags.css index bf1197b..fd0ca37 100644 --- a/styles/tags.css +++ b/styles/tags.css @@ -1,5 +1,5 @@ .tags { - margin-top: 6px; + margin-top: 12px; } .tags .tag { |