mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 11:44:49 +00:00
tried to fix shit, but gave up
This commit is contained in:
parent
775eb46071
commit
b7464557e9
3 changed files with 13 additions and 4 deletions
|
@ -1 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 31" xml:space="preserve" width="31" height="31" transform="rotate(180)"><path style="fill:#c6d0f5" d="m5.267 15.08 6.46-6.458-.594-.595-7.473 7.474 7.473 7.473.594-.594-6.46-6.46h21.249v-.84z"/><path style="fill:#c6d0f5" d="M15.5 0C6.954 0 .001 6.953.001 15.501.001 24.046 6.954 31 15.5 31s15.499-6.954 15.499-15.499C30.999 6.953 24.047 0 15.5 0m0 30.267C7.358 30.267.733 23.643.733 15.501.733 7.357 7.358.732 15.5.732S30.267 7.357 30.267 15.5c0 8.142-6.625 14.767-14.767 14.767"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 31" xml:space="preserve" width="31" height="31" transform="rotate(180)"><path d="m5.267 15.08 6.46-6.458-.594-.595-7.473 7.474 7.473 7.473.594-.594-6.46-6.46h21.249v-.84z"/><path d="M15.5 0C6.954 0 .001 6.953.001 15.501.001 24.046 6.954 31 15.5 31s15.499-6.954 15.499-15.499C30.999 6.953 24.047 0 15.5 0m0 30.267C7.358 30.267.733 23.643.733 15.501.733 7.357 7.358.732 15.5.732S30.267 7.357 30.267 15.5c0 8.142-6.625 14.767-14.767 14.767"/></svg>
|
Before Width: | Height: | Size: 543 B After Width: | Height: | Size: 501 B |
|
@ -37,7 +37,7 @@
|
|||
<div class="socials">
|
||||
<a href="https://discord.com/users/217892728875253760">Discord</a>
|
||||
<a href="https://www.instagram.com/spotter_gen/">Instagram</a>
|
||||
<a rel="me" href="https://ck.catwithaclari.net/@gen">Fediverse</a>
|
||||
<a rel="me" href="https://ck.catwithaclari.net/@gen">Mastodon</a>
|
||||
<a href="mailto:contact@genshibe.ca">Email</a>
|
||||
<a href="https://ko-fi.com/genshibe">Ko-Fi</a>
|
||||
</div>
|
||||
|
@ -65,7 +65,7 @@
|
|||
This website is part of the
|
||||
<br/>
|
||||
<a href="https://ctp-webr.ing/genshibe/previous"><img src="assets/left.svg"></a>
|
||||
<a href="https://ctp-webr.ing"><img alt="CTP Webring" src="assets/webbring.webp"></a>
|
||||
<a href="https://ctp-webr.ing"><img alt="Catppuccin Webring" src="assets/webbring.webp"></a>
|
||||
<a href="https://ctp-webr.ing/genshibe/next"><img src="assets/right.svg"></a>
|
||||
</div>
|
||||
<div class="source">
|
||||
|
@ -86,7 +86,7 @@
|
|||
selector.value =
|
||||
localStorage.getItem("theme") ||
|
||||
window.matchMedia("(prefers-color-scheme: dark)").matches
|
||||
? "macchiato"
|
||||
? "mocha"
|
||||
: "latte";
|
||||
document.documentElement.setAttribute("theme", selector.value);
|
||||
selector.addEventListener("change", function () {
|
||||
|
|
|
@ -219,6 +219,15 @@ footer {
|
|||
font-style: bold
|
||||
}
|
||||
|
||||
assets/left.svg {
|
||||
fill: var(--ctp-peach) !important;
|
||||
stroke: var(--ctp-peach) !important;
|
||||
}
|
||||
|
||||
assets/right.svg {
|
||||
fill: var(--ctp-peach);
|
||||
stroke: var(--ctp-peach);
|
||||
}
|
||||
|
||||
select {
|
||||
padding: 0.25rem 0.5rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue