Created
February 18, 2021 11:29
-
-
Save moritzWa/c02b2357dd44975a9306500df9002e01 to your computer and use it in GitHub Desktop.
Make colab.research.google.com beautiful
This file contains 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
div.inputarea.horizontal.layout.code { | |
border-radius: 10px !important; | |
} | |
.main-content[elevation="2"] { | |
border-radius: 10px !important; | |
} | |
.code.focused .cell-gutter { | |
border-radius: 10px; | |
} | |
.main-content[elevation="2"] { | |
border-radius: 10px !important; | |
box-shadow: 0 3px 15px 0 rgb(0 0 100 / 5%), 0 1px 15px -5px rgb(0 0 100 / 12%), 0 2px 5px -1px rgb(0 0 100 / 21%); | |
} | |
paper-toast.message-area.hidden-if-exported-html.paper-toast-open { | |
display: none; | |
} | |
inputarea { | |
border-radius: 10px; | |
} | |
div.markdown-toolbar { | |
border-radius: 10px 10px 0 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment