mirror of
https://github.com/aljazceru/awesome-nostr.git
synced 2025-12-09 06:48:49 +00:00
added icons
This commit is contained in:
16
styles.css
16
styles.css
@@ -544,4 +544,20 @@ button:focus {
|
||||
/* Remove old view-controls styling if no longer needed */
|
||||
.content-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.resource-favicon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-right: 8px;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.resource-title a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: var(--primary-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
Reference in New Issue
Block a user