mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
9 lines
150 B
SCSS
9 lines
150 B
SCSS
.overlay {
|
|
background: transparent;
|
|
color: #f8f8f2;
|
|
font-weight: bold;
|
|
text-shadow: 0 0 0.075em #272822;
|
|
font-size: 32px;
|
|
opacity: 0.1;
|
|
}
|