mirror of
				https://github.com/bspeice/speice.io
				synced 2025-11-03 18:10:32 -05:00 
			
		
		
		
	Revert
This commit is contained in:
		@ -1,15 +0,0 @@
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: 'JetBrains Mono';
 | 
			
		||||
    src: url('/assets/font/JetBrainsMono-Regular.woff2') format('woff2'),
 | 
			
		||||
         url('/assets/font/JetBrainsMono-Regular.woff') format('woff');
 | 
			
		||||
    font-weight: normal;
 | 
			
		||||
    font-style: normal;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@font-face {
 | 
			
		||||
    font-family: 'Lato';
 | 
			
		||||
    src: url('/assets/font/lato-regular-webfont.woff2') format('woff2'),
 | 
			
		||||
         url('/assets/font/lato-regular-webfont.woff') format('woff');
 | 
			
		||||
    font-weight: normal;
 | 
			
		||||
    font-style: normal;
 | 
			
		||||
}
 | 
			
		||||
@ -1,97 +0,0 @@
 | 
			
		||||
---
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
// Import the theme rules
 | 
			
		||||
@import "theme";
 | 
			
		||||
 | 
			
		||||
body {
 | 
			
		||||
    max-width: 100%;
 | 
			
		||||
    overflow-x: hidden;
 | 
			
		||||
    font-family: 'Lato', sans-serif;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.navbar {
 | 
			
		||||
    color: $gray;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.separator {
 | 
			
		||||
    margin-right: .45rem;
 | 
			
		||||
    margin-left: .25rem;
 | 
			
		||||
    color: #000;
 | 
			
		||||
    &:after {
 | 
			
		||||
        content: '\00a0/';
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
header {
 | 
			
		||||
    padding-top: 80px;
 | 
			
		||||
    padding-bottom: 0;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
header h1,h2 {
 | 
			
		||||
    color: #000;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-description {
 | 
			
		||||
    color: #555;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-container a {
 | 
			
		||||
    color: #555;
 | 
			
		||||
    border-bottom-color: $gray;
 | 
			
		||||
    border-bottom-style: dotted;
 | 
			
		||||
    border-bottom-width: 1px;
 | 
			
		||||
 | 
			
		||||
    position: relative;
 | 
			
		||||
    display: inline-block;
 | 
			
		||||
    padding: 1px 1px;
 | 
			
		||||
    transition: color ease 0.3s;
 | 
			
		||||
 | 
			
		||||
    &::after {
 | 
			
		||||
      content: '';
 | 
			
		||||
      position: absolute;
 | 
			
		||||
      z-index: -1;
 | 
			
		||||
      width: 100%;
 | 
			
		||||
      height: 0%;
 | 
			
		||||
      left: 0;
 | 
			
		||||
      bottom: 0;
 | 
			
		||||
      background-color: $gray;
 | 
			
		||||
      transition: all ease 0.3s;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &:hover {
 | 
			
		||||
      color: #fff;
 | 
			
		||||
      border-bottom-style: solid;
 | 
			
		||||
      &::after {
 | 
			
		||||
        height: 100%;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body pre {
 | 
			
		||||
    font-size: 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
pre.highlight, code {
 | 
			
		||||
    font-family: 'JetBrains Mono', monospace;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
div.highlighter-rouge {
 | 
			
		||||
    // Default theme uses `width: 100vw`, which while cool, does cause the page
 | 
			
		||||
    // to exceed screen width and trigger horizontal scrolling. No bueno.
 | 
			
		||||
    width: 99vw;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-date {
 | 
			
		||||
    // On the front page, make sure titles don't force wrapping the date box content
 | 
			
		||||
    text-align: right;
 | 
			
		||||
    white-space: nowrap;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
blockquote {
 | 
			
		||||
    color: #555;
 | 
			
		||||
    right: 100px;
 | 
			
		||||
    margin-left: 0;
 | 
			
		||||
    padding-left: 1.8rem;
 | 
			
		||||
    border-left: 5px solid $gray;
 | 
			
		||||
}
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										130
									
								
								assets/icon.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										130
									
								
								assets/icon.svg
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,130 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 | 
			
		||||
 | 
			
		||||
<svg
 | 
			
		||||
   xmlns:dc="http://purl.org/dc/elements/1.1/"
 | 
			
		||||
   xmlns:cc="http://creativecommons.org/ns#"
 | 
			
		||||
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   width="1000"
 | 
			
		||||
   height="1000"
 | 
			
		||||
   viewBox="0 0 264.58333 264.58334"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg8"
 | 
			
		||||
   inkscape:version="0.92.3 (2405546, 2018-03-11)"
 | 
			
		||||
   sodipodi:docname="connected.svg">
 | 
			
		||||
  <defs
 | 
			
		||||
     id="defs2" />
 | 
			
		||||
  <sodipodi:namedview
 | 
			
		||||
     id="base"
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
     bordercolor="#666666"
 | 
			
		||||
     borderopacity="1.0"
 | 
			
		||||
     inkscape:pageopacity="0.0"
 | 
			
		||||
     inkscape:pageshadow="2"
 | 
			
		||||
     inkscape:zoom="0.35"
 | 
			
		||||
     inkscape:cx="-78.571429"
 | 
			
		||||
     inkscape:cy="525.71429"
 | 
			
		||||
     inkscape:document-units="mm"
 | 
			
		||||
     inkscape:current-layer="layer1"
 | 
			
		||||
     showgrid="false"
 | 
			
		||||
     units="px"
 | 
			
		||||
     inkscape:window-width="1920"
 | 
			
		||||
     inkscape:window-height="1015"
 | 
			
		||||
     inkscape:window-x="0"
 | 
			
		||||
     inkscape:window-y="0"
 | 
			
		||||
     inkscape:window-maximized="1" />
 | 
			
		||||
  <metadata
 | 
			
		||||
     id="metadata5">
 | 
			
		||||
    <rdf:RDF>
 | 
			
		||||
      <cc:Work
 | 
			
		||||
         rdf:about="">
 | 
			
		||||
        <dc:format>image/svg+xml</dc:format>
 | 
			
		||||
        <dc:type
 | 
			
		||||
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
 | 
			
		||||
        <dc:title></dc:title>
 | 
			
		||||
      </cc:Work>
 | 
			
		||||
    </rdf:RDF>
 | 
			
		||||
  </metadata>
 | 
			
		||||
  <g
 | 
			
		||||
     inkscape:label="Layer 1"
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     id="layer1"
 | 
			
		||||
     transform="translate(0,-32.41665)">
 | 
			
		||||
    <circle
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:18.52083397;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       id="path4587"
 | 
			
		||||
       cx="45.610676"
 | 
			
		||||
       cy="78.027328"
 | 
			
		||||
       r="36.225838" />
 | 
			
		||||
    <circle
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:18.52083397;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       id="path4587-2"
 | 
			
		||||
       cx="45.610676"
 | 
			
		||||
       cy="251.51373"
 | 
			
		||||
       r="36.225838" />
 | 
			
		||||
    <circle
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:18.52083397;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       id="path4587-7"
 | 
			
		||||
       cx="219.09708"
 | 
			
		||||
       cy="251.51373"
 | 
			
		||||
       r="36.225838" />
 | 
			
		||||
    <circle
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:18.52083397;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       id="path4587-0"
 | 
			
		||||
       cx="219.09708"
 | 
			
		||||
       cy="78.027328"
 | 
			
		||||
       r="36.225838" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       id="rect4645-9-3-6"
 | 
			
		||||
       width="8.4617825"
 | 
			
		||||
       height="100.4009"
 | 
			
		||||
       x="73.79644"
 | 
			
		||||
       y="-180.98529"
 | 
			
		||||
       transform="rotate(90)" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:9.8169632;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       id="rect4645-9-3-6-6"
 | 
			
		||||
       width="8.4617825"
 | 
			
		||||
       height="100.4009"
 | 
			
		||||
       x="-49.841568"
 | 
			
		||||
       y="-216.42067"
 | 
			
		||||
       transform="scale(-1)" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       id="rect4645-9-3-6-2"
 | 
			
		||||
       width="8.4617825"
 | 
			
		||||
       height="100.4009"
 | 
			
		||||
       x="-223.32797"
 | 
			
		||||
       y="-216.42067"
 | 
			
		||||
       transform="scale(-1)" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:9.8169632;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       id="rect4645-9-3-6-61"
 | 
			
		||||
       width="8.4617825"
 | 
			
		||||
       height="100.4009"
 | 
			
		||||
       x="247.28284"
 | 
			
		||||
       y="-181.43365"
 | 
			
		||||
       transform="rotate(90)" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:5.00045443;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       id="rect4645-9-3-6-6-8"
 | 
			
		||||
       width="13.735248"
 | 
			
		||||
       height="162.97173"
 | 
			
		||||
       x="14.054895"
 | 
			
		||||
       y="-291.30661"
 | 
			
		||||
       transform="matrix(-0.70033295,0.71381633,-0.70033295,-0.71381633,0,0)" />
 | 
			
		||||
    <rect
 | 
			
		||||
       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:5.00045443;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       id="rect4645-9-3-6-6-8-9"
 | 
			
		||||
       width="13.735248"
 | 
			
		||||
       height="162.97173"
 | 
			
		||||
       x="203.3903"
 | 
			
		||||
       y="-56.55806"
 | 
			
		||||
       transform="matrix(0.71381633,0.70033295,-0.71381633,0.70033295,0,0)" />
 | 
			
		||||
  </g>
 | 
			
		||||
</svg>
 | 
			
		||||
| 
		 After Width: | Height: | Size: 4.4 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								assets/webfonts/hasklig-semibold-webfont.woff
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/webfonts/hasklig-semibold-webfont.woff
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								assets/webfonts/hasklig-semibold-webfont.woff2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/webfonts/hasklig-semibold-webfont.woff2
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user