mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +00:00
Make markdown table dark style less icky (close #189)
Thanks @meeDamian!
This commit is contained in:
parent
cfc6909570
commit
7a8b8e78b5
7 changed files with 7379 additions and 5 deletions
|
@ -244,8 +244,12 @@ pre
|
|||
padding: .25rem .5rem
|
||||
border: 1px solid #e5e5e5
|
||||
text-align: center
|
||||
background-color: #f7f7f7
|
||||
tbody tr:nth-child(odd) td,
|
||||
tbody tr:nth-child(odd) th
|
||||
background-color: darken(#f7f7f7, 10%)
|
||||
tbody tr:nth-child(even) td,
|
||||
tbody tr:nth-child(even) th
|
||||
background-color: #f7f7f7
|
||||
pre
|
||||
border-radius: 3px
|
||||
|
|
|
@ -5,7 +5,7 @@ DefaultContentLanguage = "en" # Default language fo
|
|||
# googleAnalytics = "" # https://gohugo.io/templates/internal/#google-analytics
|
||||
|
||||
[params]
|
||||
themeStyle = "light" # Choose "light" or "dark"
|
||||
themeStyle = "dark" # Choose "light" or "dark"
|
||||
favicon = "/img/fav.ico" # Path to favicon file
|
||||
showRSSButton = false # Show rss button in navigation
|
||||
fadeIn = true # Turn on/off the fade-in effect
|
||||
|
|
|
@ -13,4 +13,13 @@ $ complicated techie code git bash ubuntu
|
|||
|
||||
Responsive innovate grok latte disrupt intuitive actionable insight SpaceTeam grok. Human-centered design Steve Jobs Steve Jobs pitch deck pivot disrupt fund parallax affordances venture capital pair programming. Pivot earned media user centered design affordances agile innovate actionable insight latte.
|
||||
|
||||
| this | is | a | table | !
|
||||
|------|---:|-----|-------|---
|
||||
| this | is | the | 1st | row
|
||||
| this | is | the | 2nd | row
|
||||
| this | is | the | 3rd | row
|
||||
| edgy | jo | ke | lands | here
|
||||
| this | is | the | 5th | row
|
||||
| this | is | the | 6th | row
|
||||
|
||||
Waterfall is so 2000 and late personas pitch deck fund big data actionable insight unicorn driven grok. Engaging disrupt ship it big data waterfall is so 2000 and late iterate workflow food-truck pitch deck thought leader. Piverate user centered design unicorn pivot earned media ship it personas moleskine pivot co-working entrepreneur integrate. Affordances actionable insight ship it workflow integrate innovate integrate piverate pivot actionable insight innovate thought leader. Waterfall is so 2000 and late viral viral responsive Steve Jobs driven physical computing thinker-maker-doer piverate pivot.
|
||||
|
|
7360
exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
generated
Normal file
7360
exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
generated
Normal file
File diff suppressed because it is too large
Load diff
1
exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.json
generated
Normal file
1
exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.json
generated
Normal file
|
@ -0,0 +1 @@
|
|||
{"Target":"css/main.css","MediaType":"text/css","Data":{}}
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
{"Target":"css/main.min.0bd8437cea9db8aff1f083d498cc904bd26cd87a65013961ed97c8c0134eaf17.css","MediaType":"text/css","Data":{"Integrity":"sha256-C9hDfOqduK/x8IPUmMyQS9Js2HplATlh7ZfIwBNOrxc="}}
|
||||
{"Target":"css/main.min.f22ac66ea3a9a3f74e522af06e436bd4260c75564c4064a2d037fb6881d2363b.css","MediaType":"text/css","Data":{"Integrity":"sha256-8irGbqOpo/dOUirwbkNr1CYMdVZMQGSi0Df7aIHSNjs="}}
|
Loading…
Reference in a new issue