mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-26 09:54:43 +10:00
10 lines
111 B
CSS
10 lines
111 B
CSS
.logo {
|
|
box-shadow: var(--shadow);
|
|
|
|
@apply rounded;
|
|
}
|
|
|
|
.logo:hover {
|
|
box-shadow: var(--shadow-strong);
|
|
}
|