✨ Added History support
This commit is contained in:
10
style.css
10
style.css
@@ -88,7 +88,7 @@ fieldset {
|
||||
}
|
||||
|
||||
legend {
|
||||
color: #57b5f9;
|
||||
color: var(--fg-color);
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -105,6 +105,14 @@ fieldset.request legend {
|
||||
color: #57b5f9;
|
||||
}
|
||||
|
||||
fieldset.history {
|
||||
border-color: #9B9B9B;
|
||||
}
|
||||
|
||||
fieldset.history legend {
|
||||
color: #9B9B9B;
|
||||
}
|
||||
|
||||
fieldset.authentication {
|
||||
border-color: #B8E986;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user