11 lines
215 B
SCSS
11 lines
215 B
SCSS
@use "../colors/glass" as *;
|
|
|
|
@mixin textwidgets() {
|
|
.textwidg {
|
|
background-color: rgba(72, 150, 98, 0.733);
|
|
padding: 0 0.2em;
|
|
font-size: 14px;
|
|
font-family: "JetBrainsMono Nerd Font,JetBrainsMono NF";
|
|
}
|
|
}
|