Copyright and license
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/* Copyright © 2026 Olaf Kolkman */
|
||||
/* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
|
||||
body {
|
||||
width: 360px;
|
||||
margin: 0;
|
||||
@@ -149,3 +152,21 @@ button {
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.extension-footer {
|
||||
margin-top: 16px;
|
||||
color: #7f849c;
|
||||
font-size: 0.68rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.extension-footer a {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.extension-footer a:hover,
|
||||
.extension-footer a:focus-visible,
|
||||
.extension-footer a:active {
|
||||
color: #cba6f7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user