aboutsummaryrefslogtreecommitdiffstats
path: root/themes/ymherklotz/static/css/default.css
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-06-25 19:31:21 +0100
committerYann Herklotz <git@yannherklotz.com>2022-06-25 19:31:21 +0100
commit69dc4fa5bb64ae42649cb142dc0be5b1a040dcc7 (patch)
tree5b3ccfc70fc8c9943dd9829cb2c17cd8307753ce /themes/ymherklotz/static/css/default.css
parentca4f4a7a6051212ca63c1ec5794b9eb2a453e5ba (diff)
downloadyannherklotz.com-69dc4fa5bb64ae42649cb142dc0be5b1a040dcc7.tar.gz
yannherklotz.com-69dc4fa5bb64ae42649cb142dc0be5b1a040dcc7.zip
Remove fontawesome
Diffstat (limited to 'themes/ymherklotz/static/css/default.css')
-rw-r--r--themes/ymherklotz/static/css/default.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css
index ff33752..9333500 100644
--- a/themes/ymherklotz/static/css/default.css
+++ b/themes/ymherklotz/static/css/default.css
@@ -717,3 +717,13 @@ th, td {
width: 10rem;
}
}
+
+.icon {
+ width: 1rem;
+ display: inline;
+ filter: contrast(70%);
+}
+
+.icon:hover {
+ filter: invert(50%) sepia(100%) saturate(1000%) hue-rotate(110deg) brightness(80%);
+}