mirror of
https://github.com/AngelJumbo/gruvbox-wallpapers.git
synced 2026-08-07 06:22:30 +00:00
16 lines
225 B
CSS
16 lines
225 B
CSS
body {
|
|
color: #ebdbb2;
|
|
background-color: #282828;
|
|
}
|
|
|
|
|
|
img {
|
|
transition: all .2s ease-in-out;
|
|
border: 2px solid #ebdbb2;
|
|
padding: 5px;
|
|
}
|
|
img:hover {
|
|
transform: scale(1.5);
|
|
/*box-shadow: 5px 4px 10px #8B0000;*/
|
|
}
|