This commit is contained in:
Morgan 2023-12-01 23:11:43 +09:00
parent bc5394cf98
commit bc21041fc7
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
.post-entry {
position: relative;
/** margin-bottom: var(--gap); **/
padding: calc(var(--gap)*2);
padding: calc(var(--gap)*1.5);
/** background: var(--entry);
border: 1px solid var(--border); **/
border-radius: var(--radius);

View File

@ -18,7 +18,7 @@
}
.dark {
--theme: #163c4f;
--theme: #0f2028;
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);