catppuccin/samples/css.css

26 lines
443 B
CSS
Raw Normal View History

@import "manual.css";
2021-12-24 15:54:33 +00:00
@font-face {
font-family: DroidSans;
src: url(DroidSans.ttf);
unicode-range: U+000-5FF, U+1e00-1fff, U+2000-2300;
2021-12-24 15:54:33 +00:00
}
h1.mystyle:lang(en) {
color: blue; /* TODO: change THIS to yellow for next version! */
border: rgb(255, 0, 0);
background-color: #FAFAFA;
background: url(hello.jpg) !important;
2021-12-24 15:54:33 +00:00
}
div > p, p ~ ul, input [type="radio"] {
color: green;
width: 80%;
2021-12-24 15:54:33 +00:00
}
#header:after {
color: red;
2021-12-24 15:54:33 +00:00
}
&!