mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
18 lines
No EOL
249 B
SCSS
18 lines
No EOL
249 B
SCSS
.logo-hello {
|
|
display: flex;
|
|
justify-content: center;
|
|
color: #333;
|
|
}
|
|
|
|
.post-red{
|
|
background-color: #FFD3D2;
|
|
}
|
|
.post-blue{
|
|
background-color: #D2F5FF;
|
|
}
|
|
.post-yellow{
|
|
background-color: #FBFFD2;
|
|
}
|
|
.post-green{
|
|
background-color: #D2FFD2;
|
|
} |