You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
485 B
CSS
28 lines
485 B
CSS
2 years ago
|
section[role="den-login"] {
|
||
|
padding: 30px;
|
||
|
width: 300px;
|
||
|
color: var(--highlight);
|
||
|
}
|
||
|
|
||
|
section[role="den-login"] div[role="system-notice"] {
|
||
|
border-radius: 3px;
|
||
|
padding: 3px;
|
||
|
background: var(--highlight);
|
||
|
color: var(--primary);
|
||
|
}
|
||
2 years ago
|
|
||
2 years ago
|
section[role="den-index"] {
|
||
2 years ago
|
padding: 20px;
|
||
2 years ago
|
color: var(--white);
|
||
2 years ago
|
}
|
||
|
|
||
|
section a {
|
||
|
color: var(--white);
|
||
2 years ago
|
border-bottom: 1px solid var(--highlight);
|
||
|
}
|
||
|
|
||
|
section a:hover {
|
||
2 years ago
|
border-bottom: 1px solid var(--secondary);
|
||
2 years ago
|
padding-bottom: 2px;
|
||
2 years ago
|
}
|