Skip to content

Commit

Permalink
Merge branch 'srid/query-tags'
Browse files Browse the repository at this point in the history
  • Loading branch information
felko committed Apr 21, 2020
2 parents 87fdaf4 + 8a6a768 commit ad81111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI"
name: "Continuous Integration"
on:
pull_request:
push:
Expand All @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v8
Expand Down
12 changes: 1 addition & 11 deletions src/Neuron/Web/View.hs
Original file line number Diff line number Diff line change
Expand Up @@ -325,19 +325,9 @@ style Config {..} = do
pre ? do
backgroundColor "#f8f8f8"
-- https://css-tricks.com/snippets/css/simple-and-nice-blockquote-styling/
blockquoteStyle = do
blockquoteStyle =
C.blockquote ? do
-- TODO: quotes in clay?
C.backgroundColor "#f9f9f9"
C.borderLeft C.solid (px 10) "#ccc"
sym2 C.margin (em 1.5) (px 0)
sym2 C.padding (em 0.5) (px 10)
C.p ? do
C.display C.inline
"blockquote:before" ? do
C.color "#ccc"
C.content C.openQuote
C.fontSize $ em 4
C.lineHeight $ em 0.1
C.marginRight $ em 0.25
C.verticalAlign $ em $ -0.4

0 comments on commit ad81111

Please sign in to comment.