this repo has no description yoyle.city
nekoweb html css javascript astro

sitebox update

lime360 68d44467 c14d8848

+11 -7
+11 -7
public/elements.css
··· 3 3 /* Must start with ".site-box". Change how your website will appear on main nekoweb site: https://lune.dimden.dev/405a44b7e5.png */ 4 4 .site-box { 5 5 text-align: center; 6 - background: #181926; 7 - color: #c6a0f6; 6 + background: #c5e6ff; 7 + background: -webkit-linear-gradient(180deg, rgba(197, 230, 255, 1) 0%, rgba(31, 180, 191, 1) 55%, rgba(0, 154, 149, 1) 55%, rgba(40, 99, 122, 1) 100%); 8 + background: -moz-linear-gradient(180deg, rgba(197, 230, 255, 1) 0%, rgba(31, 180, 191, 1) 55%, rgba(0, 154, 149, 1) 55%, rgba(40, 99, 122, 1) 100%); 9 + background: linear-gradient(180deg, rgba(197, 230, 255, 1) 0%, rgba(31, 180, 191, 1) 55%, rgba(0, 154, 149, 1) 55%, rgba(40, 99, 122, 1) 100%); 10 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C5E6FF", endColorstr="#28637A", GradientType=0); 11 + color: white; 8 12 font-size: 12px; 9 - border-radius: 18px; 13 + font-family: "Trebuchet MS", "Ubuntu", sans-serif 10 14 } 11 15 12 - .site-box > a > p { 13 - color: #c6a0f6; 16 + .site-box > a > p, .site-box > a > span { 17 + color: white; 14 18 } 15 19 16 - .site-box > a > span { 17 - color: #c6a0f6; 20 + .site-box > a > p:hover, .site-box > a > span:hover { 21 + text-decoration: underline; 18 22 }