-
← Fediring →
+
← Fediring →
+
← roboring →
website source!
Catppuccin license 💜
KDE/axo1otl for the wallpaper
diff --git a/style.css b/style.css
index 5eeeaf0..1e91496 100644
--- a/style.css
+++ b/style.css
@@ -146,10 +146,6 @@ font config, Lexend Deca
font-style: bold;
}
-* {
- overflow: auto;
-}
-
/*
background wallpaper, font
*/
@@ -526,17 +522,48 @@ buttons
footer/credits
*/
footer {
- .fediring a {
- display: inline-grid;
- font-size: 24px;
- color: var(--green);
- text-decoration: wavy;
- margin-bottom: .5em;
+ .fediring {
+ a {
+ display: inline-grid;
+ font-size: 24px;
+ color: var(--green);
+ margin-bottom: .5em;
+ }
+ [href="https://fediring.net"] {
+ color: var(--base);
+ background: var(--flamingo);
+ padding: 0px 10px 0px 10px;
+ border-radius: 5px;
+ }
+ [href="https://stellophiliac.github.io/roboring"] {
+ @media (prefers-color-scheme: light) {
+ color: var(--base);
+ }
+ @media (prefers-color-scheme: dark) {
+ color: var(--text);
+ }
+ background: var(--overlay0);
+ padding: 0px 10px 0px 10px;
+ border-radius: 5px;
+ }
+ [href*="previous"] {
+ color: var(--base);
+ background: var(--yellow);
+ padding: 0px 10px 0px 10px;
+ border-radius: 5px;
+ }
+ [href*="next"] {
+ color: var(--base);
+ background: var(--green);
+ padding: 0px 10px 0px 10px;
+ border-radius: 5px;
+ }
}
p, a {
text-align: center;
font-size: 15px;
margin: .2em 0px .2em;
+ text-decoration: none;
}
img {
max-width: 30%;
@@ -596,6 +623,7 @@ animations
/* values: 128px, 256px, 348px, 396px*/
0% { transform: perspective(396px) rotateY(0); }
100% { transform: perspective(396px) rotateY(360deg); }
+}
@-webkit-keyframes rainbow {
0% { filter: hue-rotate(0deg) contrast(150%) saturate(150%); }
100% { filter: hue-rotate(360deg) contrast(150%) saturate(150%); }