forked from Simnation/Main
18 lines
270 B
CSS
18 lines
270 B
CSS
![]() |
.clickable {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.thick-hr {
|
||
|
height: 3px !important;
|
||
|
color: black;
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
.script-name {
|
||
|
color: #07da63;
|
||
|
|
||
|
font-family: 'Work Sans', sans-serif;
|
||
|
font-size: 2.5rem!important;
|
||
|
|
||
|
line-height: 10vh
|
||
|
}
|