diff --git a/assets/css/common/header.css b/assets/css/common/header.css index 3c92d07..6f5492e 100644 --- a/assets/css/common/header.css +++ b/assets/css/common/header.css @@ -50,7 +50,7 @@ svg:hover { } .social-icons a:nth-child(1) svg:hover { - color: #C84370 !important; + color: #c84370 !important; } .social-icons a:nth-child(2) svg:hover { @@ -58,29 +58,30 @@ svg:hover { } .social-icons a:nth-child(3) svg:hover { - color: #0A66C2 !important; + color: #0a66c2 !important; } .social-icons a:nth-child(4) svg:hover { - color: #2DC100 !important; + color: #2dc100 !important; } .social-icons a:nth-child(5) svg:hover { - color: #EA8011 !important; + color: #ea8011 !important; } .social-icons a:nth-child(6) svg:hover { - color: #FB7299 !important; + color: #fb7299 !important; /* color: #1e88e5 !important; */ } .social-icons a:nth-child(7) svg:hover { - color: #FD4C06 !important; + color: #fd4c06 !important; } .social-icons a:nth-child(8) svg:hover { - color: #FD003A !important; + color: #fd003a !important; } + button#theme-toggle { font-size: 26px; margin: auto 4px; diff --git a/assets/css/common/post-entry.css b/assets/css/common/post-entry.css index 885aa2a..5564486 100644 --- a/assets/css/common/post-entry.css +++ b/assets/css/common/post-entry.css @@ -43,6 +43,15 @@ border: 1px solid var(--border); } +.post-entry:hover { + transition: transform 0.15s; + -webkit-transform: scale(1.02); + -moz-transform: scale(1.02); + -ms-transform: scale(1.02); + -o-transform: scale(1.02); + transform: scale(1.02); +} + .post-entry:active { transform: scale(0.96); } diff --git a/assets/css/extended/blank.css b/assets/css/extended/blank.css index 92b80de..4ef0559 100644 --- a/assets/css/extended/blank.css +++ b/assets/css/extended/blank.css @@ -135,12 +135,12 @@ body { .frienddiv:hover { background: var(--theme); - transition: transform 0.5s; - webkit-transform: scale(1.1); - -moz-transform: scale(1.1); - -ms-transform: scale(1.1); - -o-transform: scale(1.1); - transform: scale(1.1); + transition: transform 0.15s; + -webkit-transform: scale(1.05); + -moz-transform: scale(1.05); + -ms-transform: scale(1.05); + -o-transform: scale(1.05); + transform: scale(1.05); } /* .frienddiv:hover .frienddivleft img {