catppuccin/samples/css.css
Hamothy b9bbd77c7f
docs: restructure & improve contrib docs (#1876)
* docs: restructure & improve contrib docs

* chore: rework samples code

* docs: fix capitalization & brand names

* docs: PR comments & try to standardise palette vs flavor

* docs: add sample-programs

* docs: update submission guidelines (refs: #1821)

* refactor: tidy up docs

Co-authored-by: winston <hey@winston.sh>
2023-01-26 19:53:05 +01:00

25 lines
443 B
CSS

@import "manual.css";
@font-face {
font-family: DroidSans;
src: url(DroidSans.ttf);
unicode-range: U+000-5FF, U+1e00-1fff, U+2000-2300;
}
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;
}
div > p, p ~ ul, input [type="radio"] {
color: green;
width: 80%;
}
#header:after {
color: red;
}
&!