Skip to content

Instantly share code, notes, and snippets.

@mbierman
Last active June 10, 2020 22:57
Show Gist options
  • Select an option

  • Save mbierman/d84f0d573f4160d48ba05571600ca469 to your computer and use it in GitHub Desktop.

Select an option

Save mbierman/d84f0d573f4160d48ba05571600ca469 to your computer and use it in GitHub Desktop.
My favorite customizations of https://tabliss.io/
@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;
}
}
@mbierman

Copy link
Copy Markdown
Author

Muli

@import url('https://fonts.googleapis.com/css2?family=Muli:wght@700&display=swap');

.plane, div.Settings {
color: black;
z-index:100;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment