mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
12 lines
No EOL
173 B
SCSS
12 lines
No EOL
173 B
SCSS
.post-red{
|
|
background-color: #FFD3D2;
|
|
}
|
|
.post-blue{
|
|
background-color: #D2F5FF;
|
|
}
|
|
.post-yellow{
|
|
background-color: #FBFFD2;
|
|
}
|
|
.post-green{
|
|
background-color: #D2FFD2;
|
|
} |