even more style changes

This commit is contained in:
2025-12-15 05:40:17 +03:00
parent 36e17c6677
commit f27d8eaf7e
5 changed files with 72 additions and 61 deletions

View File

@@ -44,7 +44,7 @@
.reaction-button.active, .tab-button, .currentpage, .pagebutton, input[type=file]::file-selector-button, button.warn, input[type=submit].warn, .linkbutton.warn, button.critical, input[type=submit].critical, .linkbutton.critical, button, input[type=submit], .linkbutton {
cursor: default;
font-size: 1rem;
font-size: 1em;
font-family: "Cadman", sans-serif;
text-decoration: none;
border: 1px solid black;
@@ -60,6 +60,11 @@ body {
color: #e6e6e6;
}
@media (orientation: portrait) {
body {
margin: 20px 0;
}
}
:where(a:link) {
color: #e87fe1;
}
@@ -69,7 +74,7 @@ body {
}
.big {
font-size: 1.8rem;
font-size: 1.8em;
}
#topnav {
@@ -114,7 +119,7 @@ body {
.site-title {
font-family: "site-title";
font-size: 3rem;
font-size: 3em;
margin: 0 20px;
text-decoration: none;
color: white;
@@ -122,7 +127,7 @@ body {
.thread-title {
margin: 0;
font-size: 1.5rem;
font-size: 1.5em;
font-weight: bold;
}
@@ -223,7 +228,7 @@ code {
pre code {
display: block;
background-color: #302731;
font-size: 1rem;
font-size: 1em;
color: white;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
@@ -607,7 +612,7 @@ pre code { /* Literal.Number.Integer.Long */ }
display: inline-block;
margin: 4px;
border-radius: 8px;
font-size: 1rem;
font-size: 1em;
white-space: pre;
}
@@ -800,7 +805,7 @@ input[type=file]::file-selector-button {
}
p {
margin: 15px 0;
margin: 10px 0;
}
.pagebutton {
@@ -860,7 +865,7 @@ input[type=text], input[type=password], textarea, select {
resize: vertical;
color: #e6e6e6;
background-color: #371e37;
font-size: 100%;
font-size: 1em;
font-family: inherit;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
@@ -1124,7 +1129,7 @@ textarea {
}
.babycode-preview-errors-container {
font-size: 0.8rem;
font-size: 0.8em;
}
.tab-button {
@@ -1270,9 +1275,6 @@ ul.horizontal li, ol.horizontal li {
padding: 5px 10px;
min-width: 36px;
}
.babycode-button > * {
font-size: 1rem;
}
.quote-popover {
position: absolute;