Skip to content

Instantly share code, notes, and snippets.

@thundernixon
Last active December 19, 2018 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thundernixon/9c138512af6465fcb94645836c248de2 to your computer and use it in GitHub Desktop.
Save thundernixon/9c138512af6465fcb94645836c248de2 to your computer and use it in GitHub Desktop.
Customizations for docu.glyphsapp.com via StyleURL.
h1 a {
color: #fff;
font-weight: 700;
}
code em {
color: #2ea38a;
}
@media screen and (min-width: 720px) {
.nav-site a {
height: 100%;
padding: 1rem 1rem;
border-bottom: 4px solid transparent;
border: unset;
}
}
@media screen and (min-width: 720px) {
.stage__title {
display: none;
}
}
.page-logo {
margin-top: 0.5rem;
}
/* inspector-stylesheet.css */
.page-logo svg {
width: 120px;
}
/* app.css */
dt {
color: #00eebb;
}
dt em {
color: #4fedcb;
}
@media screen and (min-width: 1130px) {
.wrapper {
margin: 0 auto 0;
}
}
.page-head {
background-color: #1f473f;
}
/* default.css */
body {
background-color: hsla(230, 6%, 15%, 1);
color: #eee;
}
div.document a:visited {
color: #fff;
}
div.body h1 {
font-weight: normal;
font-weight: 500;
background-color: #377e6f;
padding-left: 1.5rem;
border-radius: 999px;
margin-left: -1.5rem;
margin-right: -1.5rem;
}
div.body h1 {
color: white;
}
div.sphinxsidebarwrapper {
padding-top: 25px;
top: 140px;
}
pre {
padding: 1rem;
background-color: hsla(222, 12%, 12%, 1);
color: #fff;
border-radius: 8px;
margin-left: -1rem;
margin-right: -1rem;
}
/* pygments.css */
.highlight {
border-radius: 17px;
}
.highlight .k {
color: #1dc64d;
}
.highlight .c1 {
color: #67c5dc;
}
.highlight .nf {
color: #6089f1;
}
.highlight .s2 {
color: #538fca;
}
.highlight .s1 {
color: #a2d1ff;
}
.page-logo svg {
width: 120px;
}
---
version: 1.0
domains:
- docu.glyphsapp.com
url_patterns:
- docu.glyphsapp.com/*
timestamp: '2018-12-18T23:54:21Z'
id: UWuj
redirect_url: https://docu.glyphsapp.com/Core/Classes/GSFontMaster.html
shared_via: StyleURL - (https://www.styleurl.app) import and export CSS changes from
Chrome Inspector to a Gist you can share (like this one!).
screenshot_url: https://styleurlapp.s3-us-west-2.amazonaws.com/Q9l4r39Yxyek96pvUY7-aA-photo.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment