maxmx03.dracula.nvim/sample/dracula.css
2023-03-23 20:39:26 -03:00

34 lines
499 B
CSS

/*
* Once upon a time...
*/
:root {
--birthDate: 1428px;
--deathDate: 1476px;
}
body {
background: #000;
}
/* ...there was a guy named Vlad */
#dracula {
opacity: 0;
display: none;
visibility: hidden;
font-family: "Transylvania";
height: calc(var(--deathDate) - var(--birthDate));
}
.cape {
background: #ff0000 !important;
}
@font-face {
font-family: "Transylvania";
src: url("/location/Transylvania.woff2") format("woff2");
font-weight: 700;
font-style: normal;
}