commit cbaa56d8faff260ba6269500eea8028ba7472b6b
parent 803637317aa1aa849ebda6e1941717b9db866f08
Author: Nixx <nixx@firemail.cc>
Date: Mon, 12 Apr 2021 02:45:02 +0100
Improving table CSS
Diffstat:
1 file changed, 2 insertions(+), 21 deletions(-)
diff --git a/styles/default.css b/styles/default.css
@@ -36,8 +36,8 @@ table {
}
th {
- color: var(--main-col);
- font-style: italic;
+ color: var(--fg-col);
+ font-weight: bold;
}
tr:nth-child(odd) {
@@ -47,13 +47,6 @@ tr:nth-child(even) {
background-color: #222222;
}
-td {
- padding-left: 1em;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
input[type="submit" i] {
background: unset;
border: 3px double var(--main-col);
@@ -464,10 +457,6 @@ input[type="submit" i] {
}
.archivespan {
- display: block;
- width: 60vw;
- text-align: center;
- overflow-x: scroll;
margin: 30px;
}
@@ -538,10 +527,6 @@ input[type="submit" i] {
width: 200px;
}
- .archivespan {
- width: 50vw;
- }
-
.content {
margin-left: 240px;
}
@@ -578,10 +563,6 @@ input[type="submit" i] {
display: block;
}
- .archivespan {
- width: 85vw;
- }
-
body {
margin: 3em 8px 8px 8px;
}