More tweaks
This commit is contained in:
@@ -121,13 +121,23 @@
|
||||
|
||||
.pin-display {
|
||||
font-family: 'Courier New', monospace;
|
||||
color: #ff9900;
|
||||
font-size: 2rem;
|
||||
letter-spacing: 0.3rem;
|
||||
font-size: 3rem;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.75rem;
|
||||
background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.pin-container {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
border-radius: 0.75rem;
|
||||
padding: 1.5rem 2rem;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.alert-message {
|
||||
|
||||
Reference in New Issue
Block a user