mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
413 B
24 lines
413 B
:root {
|
|
--bg-dark: #121212;
|
|
--bg-panel: #1e1e1e;
|
|
--text-main: #e0e0e0;
|
|
--text-highlight: #4fa64d;
|
|
}
|
|
|
|
body {
|
|
background-color: var(--bg-dark);
|
|
color: var(--text-main);
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.separador-vertical {
|
|
border-right: 1px solid #333;
|
|
min-height: 100vh;
|
|
margin: 0;
|
|
}
|
|
|
|
.text-subtitle {
|
|
color: #81c784;
|
|
font-weight: 600;
|
|
}
|