mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
przejscie na api
przed rozwaleniem
This commit is contained in:
@@ -19,4 +19,17 @@ html {
|
||||
|
||||
body {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
}
|
||||
.custom-btn {
|
||||
background: linear-gradient(135deg, #00b09b, #96c93d);
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 12px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
transition: background 0.3s ease;
|
||||
}
|
||||
|
||||
.custom-btn:hover {
|
||||
background: linear-gradient(135deg, #007d71, #7ba328);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user