Added scripts for content, Improved tables and buttons

Update scripts.php, sidebar.php, and 20 more files...
This commit is contained in:
2023-05-24 07:04:00 +02:00
parent 3cadb29be5
commit d5ea7e369b
22 changed files with 302 additions and 130 deletions

View File

@@ -4,6 +4,10 @@ p, a, h1, h2, h3, td {
color: #{$color-text-regular-normal};
}
p {
line-height: 1.2;
}
// Setting colors for bland links.
// Done before muted text to make the footer privacy link possible.
a {
@@ -20,6 +24,10 @@ a:hover {
}
}
.t-half-muted {
opacity: 65%;
}
.t-muted {
//@if $undefined-toggle-css-variables {
// color: var(--color-white-muted);
@@ -36,6 +44,7 @@ a:hover {
.t-logo-text {
font-size: 1.775em;
line-height: 1;
}
a:not(.bland-link) {