Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/niklasbuschmann/contrast-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Buschmann <niklasbuschmann@users.noreply.github.com>2019-08-02 16:16:03 +0300
committerNiklas Buschmann <niklasbuschmann@users.noreply.github.com>2019-08-02 16:16:03 +0300
commit2cec80479b08a75958f7d72979dffc5c137a1314 (patch)
treeeb0969bd7102f0ca95e6e396e2009381dc46379a
parent07376d41c3156dbed802e754c6996b53b095842b (diff)
small improvements
-rw-r--r--static/css/theme.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index c31acee..e89900d 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -71,8 +71,9 @@ img {
}
table {
+ box-shadow: 0 0 0 1px #9494941f inset;
+ border-spacing: 1px;
width: 100%;
- border-collapse: collapse;
}
tr:hover, tr:nth-child(odd) td {
@@ -80,7 +81,7 @@ tr:hover, tr:nth-child(odd) td {
}
th, td {
- border: 1px solid #94949436;
+ box-shadow: 0 0 0 1px #9494941f inset;
padding: .5em 1em;
}