projects
/
valheim_web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cc800b
)
Better readability
author
Greg Burri
<greg.burri@gmail.com>
Wed, 17 Mar 2021 21:27:38 +0000
(22:27 +0100)
committer
Greg Burri
<greg.burri@gmail.com>
Wed, 17 Mar 2021 21:27:38 +0000
(22:27 +0100)
backend/style.scss
patch
|
blob
|
history
diff --git
a/backend/style.scss
b/backend/style.scss
index
abf4ca0
..
59e4687
100644
(file)
--- a/
backend/style.scss
+++ b/
backend/style.scss
@@
-11,13
+11,19
@@
body {
}
table {
- margin: 10px
+ margin: 10px;
+ border: 0px;
+ border-collapse: collapse;
}
table td {
padding: 5px
}
+table tr:nth-child(even) {
+ background-color: #1a1a1a;
+}
+
h1 {
font-size: x-large;
margin: 20px;