mirror of
https://github.com/binarydigitlol/binarydigitlol.github.io.git
synced 2025-06-20 17:02:24 +00:00
15 lines
317 B
SCSS
15 lines
317 B
SCSS
@use "./base.scss";
|
|
// @use "themes";
|
|
// .callout {
|
|
// &[data-callout="custom"] {
|
|
// --color: #customcolor;
|
|
// --border: #custombordercolor;
|
|
// --bg: #custombg;
|
|
// --callout-icon: url("data:image/svg+xml; utf8, <custom formatted svg>"); //SVG icon code
|
|
// }
|
|
// }
|
|
.statuslol_content {
|
|
--darkgray:#7a7a7a;
|
|
|
|
}
|