Skip to content

Commit 81d9b4b

Browse files
committed
Cambio el color amarillo
1 parent 9c65edb commit 81d9b4b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_brand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
color:
22
palette:
3-
yellow: "#ffc600"
3+
yellow: "#fabe53"
44
white: "#ffffff"
55
red: "#bf3830"
66
red-light: "#cc6059"

styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@ div.sidebar-item-container {
282282

283283
.navbar-brand {
284284
display: inline-block;
285-
transition: transform 0.2s ease;
285+
transition: transform 0.2s ease-in-out;
286286
}
287287

288288
.navbar-brand:hover {
289-
transform: scale(1.03);
289+
transform: scale(1.02);
290290
}
291291

292292
@media (max-width: 576px) {

0 commit comments

Comments
 (0)