mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-01-14 17:17:39 +01:00
Change: New table look for better readability
This commit is contained in:
parent
5e95ec8a4d
commit
eb62eb693c
1 changed files with 12 additions and 3 deletions
|
@ -131,18 +131,27 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
width: 100%;
|
||||||
border: 1px solid #750cf2;
|
border: 1px solid #750cf2;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
background-color: #0f1e31;
|
}
|
||||||
|
|
||||||
|
table, tr:nth-of-type(odd) {
|
||||||
|
background: #020120;
|
||||||
}
|
}
|
||||||
|
|
||||||
table, td {
|
table, td {
|
||||||
border: 1px solid #750cf2;
|
border-width: 0 1px 0 1px;
|
||||||
padding: 10px;
|
border-style: dashed;
|
||||||
}
|
}
|
||||||
|
|
||||||
table, th {
|
table, th {
|
||||||
border: 1px solid #750cf2;
|
border: 1px solid #750cf2;
|
||||||
|
background: #040b2e;
|
||||||
|
}
|
||||||
|
|
||||||
|
table, td, th {
|
||||||
|
padding: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
|
|
Loading…
Reference in a new issue