mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-03 02:15:08 +01:00
smaller css
This commit is contained in:
parent
ea9fb7dc3f
commit
dda214560d
@ -25,7 +25,7 @@
|
||||
"new": "babel-node ./scripts/new.js"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 3 versions"
|
||||
"last 2 versions"
|
||||
],
|
||||
"dependencies": {
|
||||
"dms2dec": "^1.1.0",
|
||||
|
@ -11,7 +11,7 @@ samp {
|
||||
|
||||
code,
|
||||
kbd {
|
||||
padding: .1em;
|
||||
padding: .1rem;
|
||||
}
|
||||
|
||||
code,
|
||||
@ -29,6 +29,7 @@ kbd {
|
||||
border-radius: $border-radius;
|
||||
border: 1px solid $kbd-bg;
|
||||
box-shadow: inset 0 1px 0 rgba(#fff, .4);
|
||||
padding: .15rem .4rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
@ -520,139 +520,6 @@ copyright Copyright (C) 2017 +
|
||||
color: #d8dee9;
|
||||
}
|
||||
|
||||
/* +--- Languages ---+ */
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language C/C++ +
|
||||
project nord-atom-syntax +
|
||||
repository https://github.com/arcticicestudio/nord-atom-syntax +
|
||||
author Arctic Ice Studio +
|
||||
email development@arcticicestudio.com +
|
||||
copyright Copyright (C) 2017 +
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
[Language Packages]
|
||||
> language-c (https://atom.io/packages/language-c)
|
||||
|
||||
[References]
|
||||
Standard C++
|
||||
(https://isocpp.org)
|
||||
*/
|
||||
.source.c .keyword.operator,
|
||||
.source.cpp .keyword.operator {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.source.c .meta.preprocessor,
|
||||
.source.cpp .meta.preprocessor {
|
||||
color: #5e81ac;
|
||||
}
|
||||
|
||||
.source.c .punctuation.definition.directive,
|
||||
.source.cpp .punctuation.definition.directive {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.source.c .punctuation.separator.pointer-access,
|
||||
.source.cpp .punctuation.separator.pointer-access {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.source.c .string.include,
|
||||
.source.cpp .string.include {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language Clojure +
|
||||
project nord-atom-syntax +
|
||||
repository https://github.com/arcticicestudio/nord-atom-syntax +
|
||||
author Arctic Ice Studio +
|
||||
email development@arcticicestudio.com +
|
||||
copyright Copyright (C) 2017 +
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
[Language Packages]
|
||||
> language-clojure (https://atom.io/packages/language-clojure)
|
||||
|
||||
[References]
|
||||
Clojure
|
||||
(https://clojure.org)
|
||||
*/
|
||||
.source.clojure .entity.global {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
.source.clojure .meta.symbol {
|
||||
color: #d8dee9;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language CoffeeScript +
|
||||
project nord-atom-syntax +
|
||||
repository https://github.com/arcticicestudio/nord-atom-syntax +
|
||||
author Arctic Ice Studio +
|
||||
email development@arcticicestudio.com +
|
||||
copyright Copyright (C) 2017 +
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
[Language Packages]
|
||||
> language-coffee-script (https://atom.io/packages/language-coffee-script)
|
||||
|
||||
[References]
|
||||
CoffeeScript
|
||||
(http://coffeescript.org)
|
||||
*/
|
||||
.source.coffee .variable.other.instance {
|
||||
color: #d8dee9;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language C# +
|
||||
project nord-atom-syntax +
|
||||
repository https://github.com/arcticicestudio/nord-atom-syntax +
|
||||
author Arctic Ice Studio +
|
||||
email development@arcticicestudio.com +
|
||||
copyright Copyright (C) 2017 +
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
[Language Packages]
|
||||
> language-csharp (https://atom.io/packages/language-csharp)
|
||||
|
||||
[References]
|
||||
Microsoft .NET Framework
|
||||
(https://www.microsoft.com/net)
|
||||
*/
|
||||
.source.cs .entity.name.interface.class {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.source.cs .meta.method.annotation {
|
||||
color: #d08770;
|
||||
}
|
||||
|
||||
.source.cs .meta.namespace.body {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
.source.cs .meta.directive.preprocessor {
|
||||
color: #5e81ac;
|
||||
}
|
||||
|
||||
.source.cs .meta .generic.method.identifier {
|
||||
color: #d8dee9;
|
||||
}
|
||||
|
||||
.source.cs .punctuation.section.class.begin,
|
||||
.source.cs .punctuation.section.class.end {
|
||||
color: #d8dee9;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language CSS +
|
||||
@ -738,35 +605,6 @@ copyright Copyright (C) 2017 +
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language Elixir +
|
||||
project nord-atom-syntax +
|
||||
repository https://github.com/arcticicestudio/nord-atom-syntax +
|
||||
author Arctic Ice Studio +
|
||||
email development@arcticicestudio.com +
|
||||
copyright Copyright (C) 2017 +
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
[Language Packages]
|
||||
> language-elixir (https://atom.io/packages/language-elixir)
|
||||
|
||||
[References]
|
||||
Elixir
|
||||
(http://elixir-lang.org)
|
||||
*/
|
||||
.source.elixir .variable.other.readwrite.module {
|
||||
color: #d08770;
|
||||
}
|
||||
|
||||
.source.elixir .variable.other.readwrite.constant {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
.source.elixir .punctuation.definition.variable {
|
||||
color: #d08770;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language GitHub Flavored Markdown +
|
||||
@ -804,131 +642,6 @@ copyright Copyright (C) 2017 +
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language GLSL +
|
||||
project nord-atom-syntax +
|
||||
repository https://github.com/arcticicestudio/nord-atom-syntax +
|
||||
author Arctic Ice Studio +
|
||||
email development@arcticicestudio.com +
|
||||
copyright Copyright (C) 2017 +
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
[Language Packages]
|
||||
> language-glsl (https://atom.io/packages/language-glsl)
|
||||
|
||||
[References]
|
||||
OpenGL
|
||||
(https://www.opengl.org/documentation/glsl)
|
||||
*/
|
||||
.source.glsl .punctuation.definition.directive {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.source.glsl .string.include {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language Go +
|
||||
project nord-atom-syntax +
|
||||
repository https://github.com/arcticicestudio/nord-atom-syntax +
|
||||
author Arctic Ice Studio +
|
||||
email development@arcticicestudio.com +
|
||||
copyright Copyright (C) 2017 +
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
[Language Packages]
|
||||
> language-go (https://atom.io/packages/language-go)
|
||||
|
||||
[References]
|
||||
Go
|
||||
(https://golang.org)
|
||||
*/
|
||||
.source.go .entity.name.package {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
.source.go .storage.type.string {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language HAML +
|
||||
project nord-atom-syntax +
|
||||
repository https://github.com/arcticicestudio/nord-atom-syntax +
|
||||
author Arctic Ice Studio +
|
||||
email development@arcticicestudio.com +
|
||||
copyright Copyright (C) 2017 +
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
[Language Packages]
|
||||
> language-haml (https://atom.io/packages/language-haml)
|
||||
|
||||
[References]
|
||||
HAML
|
||||
(http://haml.info)
|
||||
*/
|
||||
.text.haml .meta.prolog {
|
||||
color: #5e81ac;
|
||||
}
|
||||
|
||||
.text.haml .meta.section.object {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
.text.haml .punctuation.definition.prolog {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.text.haml .punctuation.definition.tag {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.text.haml .variable.other.instance {
|
||||
color: #d8dee9;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language Haskell +
|
||||
project nord-atom-syntax +
|
||||
repository https://github.com/arcticicestudio/nord-atom-syntax +
|
||||
author Arctic Ice Studio +
|
||||
email development@arcticicestudio.com +
|
||||
copyright Copyright (C) 2017 +
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
[Language Packages]
|
||||
> language-haskell (https://atom.io/packages/language-haskell)
|
||||
|
||||
[References]
|
||||
Haskell
|
||||
(https://www.haskell.org)
|
||||
*/
|
||||
.source.haskell .entity.name.function.infix {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.source.haskell .identifier {
|
||||
color: #d8dee9;
|
||||
}
|
||||
|
||||
.source.haskell .meta.preprocessor {
|
||||
color: #5e81ac;
|
||||
}
|
||||
|
||||
.source.haskell .punctuation.definition.directive {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.source.haskell .support.other.module {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language HTML +
|
||||
@ -951,105 +664,6 @@ copyright Copyright (C) 2017 +
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language Java +
|
||||
project nord-atom-syntax +
|
||||
repository https://github.com/arcticicestudio/nord-atom-syntax +
|
||||
author Arctic Ice Studio +
|
||||
email development@arcticicestudio.com +
|
||||
copyright Copyright (C) 2017 +
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
Supports Java, Scala and Java Properties.
|
||||
|
||||
[Index]
|
||||
> Java
|
||||
> Scala
|
||||
> Java Properties
|
||||
|
||||
[Language Packages]
|
||||
> language-java (https://atom.io/packages/language-java)
|
||||
> language-scala (https://atom.io/packages/language-scala)
|
||||
|
||||
[References]
|
||||
Java
|
||||
(https://java.com)
|
||||
(http://openjdk.java.net)
|
||||
Scala
|
||||
(http://scala-lang.org)
|
||||
*/
|
||||
|
||||
/* +------+
|
||||
+ Java +
|
||||
+------+ */
|
||||
.source.java .comment.block.javadoc .variable.parameter {
|
||||
color: #88c0d0;
|
||||
}
|
||||
|
||||
.source.java .keyword.operator.instanceof {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.source.java .keyword.other.documentation.javadoc {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
.source.java .punctuation.bracket.angle {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.source.java .storage.modifier.import,
|
||||
.source.java .storage.modifier.package {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
.source.java .storage.type {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
.source.java .storage.type.annotation {
|
||||
color: #d08770;
|
||||
}
|
||||
|
||||
.source.java .storage.type.primitive {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
/* +-------+
|
||||
+ Scala +
|
||||
+-------+ */
|
||||
.source.scala .entity.name.package {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
.source.scala .meta.import {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
.source.scala .meta.import .variable {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
.source.scala .scala.type {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
.source.scala .scala.type .class {
|
||||
color: #8fbcbb;
|
||||
}
|
||||
|
||||
/* +-----------------+
|
||||
+ Java Properties +
|
||||
+-----------------+ */
|
||||
.source.java-properties .meta.key-pair {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.source.java-properties .meta.key-pair > .punctuation {
|
||||
color: #d8dee9;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language JavaScript +
|
||||
@ -1130,27 +744,6 @@ copyright Copyright (C) 2017 +
|
||||
color: #d8dee9;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language Julia +
|
||||
project nord-atom-syntax +
|
||||
repository https://github.com/arcticicestudio/nord-atom-syntax +
|
||||
author Arctic Ice Studio +
|
||||
email development@arcticicestudio.com +
|
||||
copyright Copyright (C) 2017 +
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
[Language Packages]
|
||||
> language-julia (https://atom.io/packages/language-julia)
|
||||
|
||||
[References]
|
||||
Julia Language
|
||||
(http://julialang.org)
|
||||
*/
|
||||
.source.julia .support.function.macro {
|
||||
color: #d08770;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language LESSCSS +
|
||||
@ -1252,53 +845,6 @@ copyright Copyright (C) 2017 +
|
||||
color: #d8dee9;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language RestructuredText +
|
||||
project nord-atom-syntax +
|
||||
repository https://github.com/arcticicestudio/nord-atom-syntax +
|
||||
author Arctic Ice Studio +
|
||||
email development@arcticicestudio.com +
|
||||
copyright Copyright (C) 2017 +
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
[Language Packages]
|
||||
> language-gfm (https://atom.io/packages/language-restructuredtext)
|
||||
|
||||
[References]
|
||||
Docutils
|
||||
http://docutils.sourceforge.net/rst.html
|
||||
*/
|
||||
.text.restructuredtext .entity.name.tag {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.text.restructuredtext .markup.bold,
|
||||
.text.restructuredtext .markup.italic {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.text.restructuredtext .markup.other.command {
|
||||
color: #8fbcbb;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.text.restructuredtext .punctuation.definition {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.text.restructuredtext .punctuation.definition.heading {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.text.restructuredtext .punctuation.separator.line-block {
|
||||
color: #81a1c1;
|
||||
}
|
||||
|
||||
.text.restructuredtext .string.other.link.title {
|
||||
color: #88c0d0;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title Language Ruby +
|
||||
|
Loading…
Reference in New Issue
Block a user