This website works better with JavaScript
Home
Explore
Help
Sign In
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
remove page list color inherit
kaori
5 years ago
parent
2688351898
commit
ee1689007d
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
src/client/styles/scss/_page_list.scss
+ 5
- 0
src/client/styles/scss/_page_list.scss
View File
@@ -14,6 +14,11 @@ body .page-list {
> a {
padding: 0px;
+ color: inherit;
+
+ &:hover {
+ color: inherit;
+ }
}
}