mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
8 lines
96 B
SCSS
8 lines
96 B
SCSS
nav {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.current {
|
|
color: darkslategray;
|
|
} |