mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
10 lines
115 B
CSS
10 lines
115 B
CSS
.selected {
|
|
font-weight:bold;
|
|
font-size:larger;
|
|
}
|
|
|
|
.warning {
|
|
background-color:red;
|
|
font-size:150%;
|
|
}
|