UI update
This commit is contained in:
@@ -216,33 +216,22 @@
|
||||
background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, transparent 100%) !important;
|
||||
}
|
||||
|
||||
.nav-brand {
|
||||
.nav-auth-btn, .nav-btn, .nav-home-btn {
|
||||
font-family: 'Libre Baskerville', serif !important;
|
||||
font-size: 1.5rem !important;
|
||||
color: #f4e4bc !important;
|
||||
text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8) !important;
|
||||
font-size: 1.8rem !important;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.nav-auth-btn, .nav-btn {
|
||||
font-family: 'Libre Baskerville', serif !important;
|
||||
font-size: 1.3rem !important;
|
||||
color: #f4e4bc !important;
|
||||
border: 1.5px solid rgba(244, 228, 188, 0.6) !important;
|
||||
background-color: rgba(0, 0, 0, 0.2) !important;
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) !important;
|
||||
letter-spacing: 1px;
|
||||
letter-spacing: 0px;
|
||||
|
||||
}
|
||||
|
||||
.nav-auth-btn:hover, .nav-btn:hover {
|
||||
.nav-auth-btn:hover, .nav-btn:hover, .nav-home-btn:hover {
|
||||
background-color: #f4e4bc !important;
|
||||
color: #2e1e0a !important;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
.brand-icon-container {
|
||||
/* Subtle rustic touch */
|
||||
filter: sepia(0.2) contrast(1.1);
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user