general cleanup
Some checks failed
Build and publish the docker image / build (push) Failing after 1m8s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-19 12:29:05 +03:00
parent 9e307b7da4
commit 7cea387f02
27 changed files with 94 additions and 535 deletions

View File

@ -22,20 +22,12 @@
}
#album-single-track p {
color: #181d31;
font-weight: 500;
}
.dark #album-single-track p {
color: #ddd;
font-weight: 500;
}
#album-single-track small {
font-size: 1.5rem;
color: #333;
}
.dark #album-single-track small {
color: #ccc;
}

View File

@ -8,9 +8,9 @@
blockquote {
padding: 1rem;
border-radius: 4px;
background: #eee;
background-color: #272d44;
color: inherit;
border: 1px solid #ddd;
color: #222;
margin: 1rem 0;
}
@ -37,9 +37,3 @@ blockquote ul {
color: #be3144;
margin-bottom: 1rem;
}
.dark .annotation,
.dark blockquote {
background-color: #272d44;
color: inherit;
}

View File

@ -8,7 +8,11 @@
#article-body {
line-height: 1.75;
color: #171717;
color: #eee;
}
#article-title {
color: #eee;
}
#article-subtitle {
@ -22,39 +26,19 @@
border-radius: 5px;
object-fit: contain;
object-position: center;
background-color: #f7f7f7;
border: 1px solid #e4e4e4;
}
#metadata,
#article-subtitle,
#article-date {
color: #333;
}
#article-authors {
color: #1e1e1e;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.dark #article-image {
background-color: #151515;
border: 1px solid #2f2f2f;
}
.dark #metadata,
.dark #article-subtitle,
.dark #article-date,
.dark #article-authors {
#metadata,
#article-subtitle,
#article-date,
#article-authors {
color: #ccc;
}
.dark #article-title {
color: #eee;
}
.dark #article-body {
color: #eee;
#article-authors {
display: flex;
flex-direction: column;
gap: 0.5rem;
}

View File

@ -30,7 +30,7 @@
text-align: center;
}
.dark #artist-albumlist p {
#artist-albumlist p {
color: #ddd;
}
@ -39,15 +39,11 @@
color: #333;
}
.dark #artist-albumlist small {
#artist-albumlist small {
color: #ccc;
}
#metadata p {
color: #171717;
}
.dark #metadata p {
.#metadata p {
color: #ddd;
}
@ -64,9 +60,5 @@
}
#artist-section h2 {
font-size: 2rem;
}
.dark #artist-section h2 {
color: #ddd;
}

View File

@ -10,20 +10,12 @@
#error h1 {
font-size: 5rem;
color: #111;
color: #eee;
}
#error p {
text-transform: uppercase;
font-size: 1.6rem;
color: #222;
color: #ddd;
text-align: center;
}
.dark #error h1 {
color: #eee;
}
.dark #error p {
color: #ddd;
}

View File

@ -1,14 +1,14 @@
footer {
background-color: #ffcd38;
background: #000;
border-top: solid 1px #fff;
padding: 1rem 0;
}
footer a {
color: #fff;
font-weight: 500;
color: #1b1a17;
transition: 0.3s ease text-decoration;
font-size: 1.4rem;
text-transform: uppercase;
}
footer a:hover {
@ -18,21 +18,12 @@ footer a:hover {
#footer-container {
width: 1024px;
display: flex;
justify-content: space-between;
justify-content: center;
align-items: center;
margin: 0 auto;
}
#footer-links {
display: flex;
gap: 1rem;
}
#version {
font-size: 1.3rem;
color: #1b1b1b;
}
@media screen and (max-width: 1080px) {
#footer-container {
width: 100%;
@ -40,7 +31,3 @@ footer a:hover {
box-sizing: border-box;
}
}
.dark footer {
background-color: #fec260;
}

View File

@ -14,11 +14,11 @@
#home h1 {
font-weight: 600;
font-size: 2.2rem;
color: #222;
color: #eee;
}
#home p {
color: #333;
color: #ddd;
}
#home code {
@ -34,17 +34,6 @@
box-sizing: border-box;
border-radius: 5px;
border: 1px solid #ddd;
background-color: #ddd;
color: #222;
}
.dark #home h1 {
color: #eee;
}
.dark #home p {
color: #ddd;
}
.dark #search-input {
background-color: #ddd;
}

View File

@ -1,19 +1,19 @@
#lyrics {
color: #171717;
line-height: 2.5rem;
flex-basis: 0;
flex-shrink: 0;
flex-grow: 1;
color: #ccc;
}
#lyrics a {
color: inherit;
background-color: #ddd;
background-color: #272d44;
color: inherit;
}
#lyrics a:hover {
background-color: #ccc;
background-color: #32384f;
}
#metadata {
@ -25,13 +25,13 @@
#metadata h1 {
font-size: 2rem;
color: #171717;
color: #ddd;
}
#metadata h2 {
font-size: 1.4rem;
color: #1e1e1e;
font-weight: 500;
color: #eee;
}
#metadata-info {
@ -55,9 +55,9 @@
#description p {
font-size: 1.4rem;
color: #171717;
line-height: 1.8rem;
cursor: pointer;
color: #ccc;
}
#title {
@ -78,11 +78,10 @@
gap: 0.5rem;
}
#credits summary {
font-size: 1.4rem;
cursor: pointer;
color: #1e1e1e;
color: #ccc;
}
#credits p {
@ -95,37 +94,10 @@
display: none;
}
.dark #lyrics {
color: #ccc;
}
.dark #lyrics a {
background-color: #272d44;
color: inherit;
}
.dark #lyrics a:hover {
background-color: #32384f;
}
.dark #metadata h1 {
#title {
color: #ddd;
}
.dark #metadata h2,
.dark #credits p {
color: #eee;
}
.dark #title {
color: #ddd;
}
.dark #description p,
.dark #credits summary {
color: #ccc;
}
@media screen and (max-width: 1080px) {
#metadata {
align-items: center;

View File

@ -49,7 +49,7 @@ html {
body {
font-size: 1.5rem;
font-family: inter;
background-color: #f9f9f9;
background-color: #000;
}
@ -60,7 +60,3 @@ a {
a:hover {
text-decoration: underline;
}
body.dark {
background-color: #181d31;
}

View File

@ -1,5 +1,6 @@
nav {
background-color: #ffcd38;
background: #000;
border-bottom: solid 1px #fff;
padding: 1rem 0;
}
@ -19,26 +20,6 @@ nav {
}
}
nav img {
width: 50px;
}
#nav-icons {
display: flex;
align-items: center;
gap: 1rem;
}
.nav-icon {
background: none;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.dark nav {
background-color: #fec260;
}

View File

@ -19,25 +19,25 @@
}
#search-results h2 {
color: #222;
font-size: 1.8rem;
font-weight: 500;
color: #ddd;
}
#search-section {
display: flex;
flex-direction: column;
flex-direction: column;
gap: 1rem;
}
#search-item {
display: flex;
height: 8rem;
border: 1px solid #eee;
border-radius: 5px;
gap: 1rem;
padding: 1rem;
box-shadow: 0 1px 1px #ddd;
border: 1px solid #888;
}
#search-item h3 {
@ -47,7 +47,7 @@
#search-item span {
font-size: 1.3rem;
color: #333;
color: #bbb;
}
#search-item img {
@ -63,19 +63,3 @@
border: 1px solid #ddd;
color: #222;
}
.dark #search-page h2 {
color: #eee;
}
.dark #search-item {
border: 1px solid #888;
}
.dark #search-item h3 {
color: #ddd;
}
.dark #search-item span {
color: #bbb;
}