1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- /*!
- * Agate by Taufik Nurrohman <https://github.com/tovic>
- * ----------------------------------------------------
- *
- * #ade5fc
- * #a2fca2
- * #c6b4f0
- * #d36363
- * #fcc28c
- * #fc9b9b
- * #ffa
- * #fff
- * #333
- * #62c8f3
- * #888
- *
- */
- .highlight
- color: white
- background: #333
- .code
- .name,
- .strong
- font-weight: bold
- .code,
- .emphasis
- font-style: italic
- .tag
- color: #62c8f3
- .variable,
- .template-variable,
- .selector-id,
- .selector-class
- color: #ade5fc
- .string,
- .bullet
- color: #a2fca2
- .type,
- .title,
- .section,
- .attribute,
- .quote,
- .built_in,
- .builtin-name
- color: #ffa
- .number,
- .symbol,
- .bullet
- color: #d36363
- .keyword,
- .selector-tag,
- .literal
- color: #fcc28c
- .comment,
- .deletion,
- .code
- color: #888
- .regexp,
- .link
- color: #c6b4f0
- .meta
- color: #fc9b9b
- .deletion
- background-color: #fc9b9b
- color: #333
- .addition
- background-color: #a2fca2
- color: #333
- .highlight a
- color: inherit
- .highlight a:focus,
- .highlight a:hover
- color: inherit
- text-decoration: underline
|