mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-06-02 22:08:18 +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;
|
|
}
|