mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
21 lines
312 B
CSS
21 lines
312 B
CSS
|
.ricestext p {
|
||
|
font-family: "Sofia-Pro-Medium";
|
||
|
font-size: 20px;
|
||
|
color: #cfe8f6;
|
||
|
}
|
||
|
|
||
|
.bigtext {
|
||
|
font-family: "JosefinSans-Regular";
|
||
|
color: #cfe8f6;
|
||
|
font-size: 5rem;
|
||
|
}
|
||
|
|
||
|
.ricestop {
|
||
|
background-color: #1a1a2e;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.compimage {
|
||
|
max-width: 60vw;
|
||
|
display: block;
|
||
|
}
|