1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Change arrow direction in Categories page.

This commit is contained in:
Cotes Chung
2019-11-23 00:42:14 +08:00
parent 7f94cbe787
commit 81721ef295
5 changed files with 17 additions and 16 deletions

View File

@@ -784,12 +784,6 @@ table tbody td {
top: -3rem !important; /* same as topbar height. */
}
.flip {
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari 3-8 */
transform: rotate(180deg);
}
.no-text-decoration {
text-decoration: none;
}