Last active
June 10, 2020 22:57
-
-
Save mbierman/d84f0d573f4160d48ba05571600ca469 to your computer and use it in GitHub Desktop.
My favorite customizations of https://tabliss.io/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import url('https://fonts.googleapis.com/css2?family=Muli:wght@700&display=swap'); | |
| .plane, div.Settings { | |
| color: black; | |
| z-index:100; | |
| } | |
| .Time, .Weather, .Greeting { | |
| color: white; | |
| text-shadow:3px 3px 18px black; | |
| // mix-blend-mode: difference; | |
| } | |
| .Quote { | |
| background-color:black; | |
| opacity: .6; | |
| -webkit-border-radius: 15px; | |
| -moz-border-radius: 20px; | |
| border-radius: 15px; | |
| padding:25px 25px; | |
| mix-blend-mode: multiply; | |
| } | |
| @media screen (max-width: 300px) { | |
| .Greeting, .Weather { | |
| background: red; | |
| border: solid red 2px; | |
| font-size:12px; | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Muli
@import url('https://fonts.googleapis.com/css2?family=Muli:wght@700&display=swap');
.plane, div.Settings {
color: black;
z-index:100;
}