mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Improved title text styling, removed dead CSS.
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@
|
||||
|
||||
<core-toolbar>
|
||||
<core-icon-button id="drawerToggle" icon="menu" core-drawer-toggle></core-icon-button>
|
||||
<div flex>{{ page.title }}</div>
|
||||
<h1 flex>{{ page.title }}</h1>
|
||||
</core-toolbar>
|
||||
|
||||
<div id="main">
|
||||
|
||||
@@ -32,9 +32,14 @@ core-toolbar > div {
|
||||
core-icon {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
h1 {
|
||||
font-weight: 400;
|
||||
font-size: 24pt;
|
||||
}
|
||||
h2 {
|
||||
margin-right: 1.5em;
|
||||
margin-top: 1.2em;
|
||||
/*color: rgba(0, 0, 0, 0.54);*/
|
||||
font-weight: 400;
|
||||
font-size: 15pt;
|
||||
}
|
||||
div[drawer] {
|
||||
background: white;
|
||||
@@ -51,18 +56,16 @@ div[drawer] > nav {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
#drawerLogo > h1 {
|
||||
font-weight: 400;
|
||||
font-size: 34pt;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
line-height: 64px;
|
||||
margin: 0;
|
||||
}
|
||||
#main {
|
||||
margin: 2em 1em;
|
||||
}
|
||||
#footer {
|
||||
margin: 1em 0;
|
||||
padding: 1em 0;
|
||||
text-align: center;
|
||||
}
|
||||
#footer small { display:block; color: #ccc;}
|
||||
code {
|
||||
background:white;
|
||||
white-space:pre;
|
||||
|
||||
Reference in New Issue
Block a user