mirror of
https://github.com/danbulant/design
synced 2026-06-24 17:11:43 +00:00
small style improvements
This commit is contained in:
parent
6a87d608cd
commit
aaea1aee8c
2 changed files with 3 additions and 6 deletions
|
|
@ -78,10 +78,9 @@
|
||||||
color: rgb(2, 218, 218);
|
color: rgb(2, 218, 218);
|
||||||
}
|
}
|
||||||
:global(body .post-layout table) {
|
:global(body .post-layout table) {
|
||||||
@apply rounded;
|
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
:global(body .post-layout table thead, body .post-layout table thead tr) {
|
:global(body .post-layout table, body .post-layout table thead, body .post-layout table thead tr) {
|
||||||
@apply rounded;
|
@apply rounded;
|
||||||
}
|
}
|
||||||
:global(body .post-layout table thead tr th:first-child) {
|
:global(body .post-layout table thead tr th:first-child) {
|
||||||
|
|
@ -105,7 +104,6 @@
|
||||||
}
|
}
|
||||||
:global(.dark .post-layout table td) {
|
:global(.dark .post-layout table td) {
|
||||||
border: 1px solid rgb(146, 146, 146);
|
border: 1px solid rgb(146, 146, 146);
|
||||||
padding: 4px;
|
|
||||||
}
|
}
|
||||||
:global(body .post-layout table tr:hover) {
|
:global(body .post-layout table tr:hover) {
|
||||||
background: rgb(196, 196, 196);
|
background: rgb(196, 196, 196);
|
||||||
|
|
@ -170,8 +168,7 @@
|
||||||
@apply m-auto max-w-3xl p-4 py-6;
|
@apply m-auto max-w-3xl p-4 py-6;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
@apply text-4xl font-bold;
|
@apply text-4xl font-bold p-0 pb-0.25;
|
||||||
padding: 0 0 15px;
|
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
color: gray;
|
color: gray;
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
}
|
}
|
||||||
:global(.dark .separator::before, .dark .separator::after) {
|
:global(.dark) .separator::before, :dark(.dark) .separator::after {
|
||||||
border-bottom-color: white;
|
border-bottom-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue