mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-17 13:51:44 +00:00
12 lines
165 B
CSS
12 lines
165 B
CSS
.next,
|
|
.prev {
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 100%;
|
|
background-color: white;
|
|
color: black;
|
|
font-size: 13px;
|
|
padding: 10px;
|
|
z-index: 10;
|
|
}
|