forked from tanner/qotnews
style: Consolidate update banner styles and add theme support
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
@@ -43,6 +43,22 @@ input {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.update-banner {
|
||||
background-color: #ffffcc;
|
||||
padding: 0.75rem;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #e6e6b8;
|
||||
}
|
||||
|
||||
.update-banner button {
|
||||
margin-left: 1rem;
|
||||
padding: 0.25rem 0.75rem;
|
||||
border: 1px solid #828282;
|
||||
border-radius: 4px;
|
||||
background-color: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fullscreen {
|
||||
margin: 0.25rem;
|
||||
padding: 0.25rem;
|
||||
|
||||
Reference in New Issue
Block a user