mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
SSL certificates, more styles improvements and sharing WIP
This commit is contained in:
@@ -10,3 +10,20 @@
|
||||
|
||||
background: var(--black);
|
||||
}
|
||||
|
||||
.share {
|
||||
all: unset;
|
||||
cursor: pointer;
|
||||
|
||||
background: var(--crimson);
|
||||
color: var(--white);
|
||||
|
||||
border-radius: 0.75rem;
|
||||
box-shadow: none;
|
||||
|
||||
padding: 1rem 2rem;
|
||||
font-size: 1.25rem;
|
||||
font-weight: bold;
|
||||
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user