helper for deployment; minor light theme tweaks
This commit is contained in:
parent
7d124a10f0
commit
027a318fc5
5 changed files with 9 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="primary column">
|
<div class="primary column">
|
||||||
<div class="card has-moon">
|
<div class="card has-moon">
|
||||||
<h1 class="header">welcome!</h1>
|
<h1 class="card-header">welcome!</h1>
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
<div class="card-image bubble tail right">
|
<div class="card-image bubble tail right">
|
||||||
<div class="hide-overflow">
|
<div class="hide-overflow">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
title = "kitsu.cafe"
|
title = "kitsu.cafe"
|
||||||
created_date = "2023-08-12T00:05:30Z"
|
created_date = "2023-08-12T00:05:30Z"
|
||||||
type = ["site"]
|
type = ["site"]
|
||||||
link = "https://github.com/kitsunecafe/kitsunecafe.github.io"
|
link = "https://kitsu.cafe"
|
||||||
description = "This website -- made with <a href=\"https://fem.mint.lgbt/kitsunecafe/roxy-cli\">Roxy</a>."
|
description = "This website -- made with <a href=\"https://fem.mint.lgbt/kitsunecafe/roxy-cli\">Roxy</a>."
|
||||||
|
|
||||||
|
|
4
package
Executable file
4
package
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
(cd dist; zip -r ../pkg.zip .)
|
||||||
|
|
BIN
pkg.zip
Normal file
BIN
pkg.zip
Normal file
Binary file not shown.
|
@ -45,6 +45,7 @@
|
||||||
--link-visited-color: var(--quaternary-triad-2-color);
|
--link-visited-color: var(--quaternary-triad-2-color);
|
||||||
|
|
||||||
--list-marker-color: var(--secondary-triad-1-color);
|
--list-marker-color: var(--secondary-triad-1-color);
|
||||||
|
--muted-color: var(--grey);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
--header-color: var(--quaternary-color);
|
--header-color: var(--quaternary-color);
|
||||||
|
|
||||||
--link-color: var(--quaternary-complement-color);
|
--link-color: var(--quaternary-complement-color);
|
||||||
|
--muted-color: var(--dark-grey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -248,7 +250,7 @@ nav li::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
.muted {
|
.muted {
|
||||||
color: var(--grey);
|
color: var(--muted-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.center-text {
|
.center-text {
|
||||||
|
|
Loading…
Reference in a new issue