mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
This PR adds a "web highlights" section to the work page. Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/34
16 lines
No EOL
270 B
CSS
16 lines
No EOL
270 B
CSS
/* # Overrides */
|
|
|
|
:root {
|
|
--primer-color-accent: 3, 255, 219;
|
|
--color-accent: rgb(var(--primer-color-accent));
|
|
--hue-accent: 90deg;
|
|
}
|
|
|
|
vv-shell {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--padding);
|
|
width: 100%;
|
|
max-width: 1200px;
|
|
overflow-x: initial;
|
|
} |