1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

added silly 8bitworkshop logo

This commit is contained in:
Steven Hugg
2018-11-24 17:36:10 -05:00
parent 19e2e36fe7
commit 71b4e68a55
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -386,3 +386,10 @@ div.markdown th {
font-weight:bold;
background-color:#333;
}
.logo-gradient {
font-size: 1.5em;
background: linear-gradient(to right, #ff9999, #ffff99, #99ff99, #99ffff);
background-clip: text;
-webkit-background-clip: text;
color:rgba(0,0,0,0);
}