mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
12 lines
111 B
CSS
12 lines
111 B
CSS
.version {
|
|
color: #6c757d;
|
|
}
|
|
|
|
.version:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
*:focus {
|
|
outline: none;
|
|
}
|