Dark green color scheme for casaOS
Everforest CasaOS by corentinchoisy
Details
Authorcorentinchoisy
LicenseNo License
Categorycasa.corentinchoisy.xyz
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name casa.corentinchoisy.xyz
@version 20231028.22.14
@namespace ?
==/UserStyle== */
@-moz-document domain("casa.corentinchoisy.xyz") {
.brand-bar .intro-text[data-v-dfac1d88] {
color: hsla(0,0%,100%,.6);
font-size: .875rem;
font-weight: 400;
line-height: 1.25rem;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: text-bottom;
white-space: nowrap;
opacity: 0;
}
.top-bar {
background: #2e383c;
}
.blur-background {
-webkit-backdrop-filter: blur(5px) saturate(180%);
backdrop-filter: blur(5px) saturate(180%);
background-attachment: fixed;
background-position: bottom;
background-size: cover;
background: #2e383c85;
border: none;
border-radius: 10px;
box-shadow: inset .5px 1px 1px 0 hsla(0,0%,100%,.125);
height: 100%;
overflow: hidden;
position: absolute;
width: 100%;
z-index: 0;
}
.search-bar input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-backdrop-filter: blur(5px) saturate(180%);
backdrop-filter: blur(5px) saturate(180%);
background: #2e383c85;
border: none;
border-top-color: currentcolor;
border-right-color: currentcolor;
border-bottom-color: currentcolor;
border-left-color: currentcolor;
border-radius: 10px;
box-shadow: inset .5px 1px 1px 0 hsla(0,0%,100%,.125);
color: hsla(0,0%,100%,.6);
font-size: .875rem !important;
height: 3.5rem;
outline: none;
transition: all .2s;
}
.contact-bar[data-v-f34e36fa] {
opacity: 0;
bottom: 0;
position: fixed;
right: 1.375rem;
}
:root {
--swiper-theme-color: #a7c080 !important;
}
}