plugin settings and eyecandy
This commit is contained in:
+21
-1
@@ -16,15 +16,35 @@ header h1 {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.extension-logo {
|
||||
display: block;
|
||||
width: 150px;
|
||||
height: 42px;
|
||||
margin-bottom: 14px;
|
||||
margin-bottom: 0;
|
||||
object-fit: contain;
|
||||
object-position: left center;
|
||||
}
|
||||
|
||||
.feed-link {
|
||||
color: #b4befe;
|
||||
font-family: 'Asset', 'Avenir Next', sans-serif;
|
||||
font-size: 0.95rem;
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.feed-link:hover {
|
||||
color: #cba6f7;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
margin-bottom: 12px;
|
||||
|
||||
Reference in New Issue
Block a user