mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-10 06:04:21 +00:00
b9bbd77c7f
* 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>
25 lines
443 B
CSS
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;
|
|
}
|
|
|
|
&!
|