mirror of
https://github.com/proot-me/proot.git
synced 2025-08-29 00:53:49 +02:00
13 lines
162 B
CSS
13 lines
162 B
CSS
@import url("website.css");
|
|
|
|
h1 {
|
|
color: SkyBlue;
|
|
}
|
|
|
|
#contents a:hover {
|
|
border-bottom: 2px solid SkyBlue;
|
|
}
|
|
|
|
a {
|
|
border-bottom: 1px solid SkyBlue;
|
|
}
|