Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
merge: pull request #12 from Microflash/dev
Browse files Browse the repository at this point in the history
feat(theme): tweak code group tabs and bump dependencies
  • Loading branch information
Naiyer Asif authored Dec 31, 2020
2 parents 82f888b + 0c768a2 commit 2f1ab04
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 57 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ A slightly opinionated theme for Vuepress

## Features

- **Customizable typography**: Import and use your favorite web-fonts. Customize font sizes and text-adjustment for body text
- **Customizable typography**: Webfont support with font size and text-adjustment customization
- **Dark and light themes**: System theme detection with a theme-switcher to set the theme as per the user preference
- **Accessible**: Succinct applies tweaks - deeper contrast, better legibility preferences, etc - to improve the readability
- **Accessible**: Larger font size, deeper contrast, better legibility preferences to improve the readability

## Get Started

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-succinct",
"version": "1.6.4",
"version": "1.7.1",
"description": "A slightly opinionated theme for Vuepress",
"main": "index.js",
"publishConfig": {
Expand All @@ -27,13 +27,13 @@
},
"homepage": "https://succinct.mflash.dev",
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.6.0",
"@vuepress/plugin-nprogress": "^1.6.0",
"@vuepress/plugin-search": "^1.6.0",
"@vuepress/plugin-active-header-links": "^1.7.1",
"@vuepress/plugin-nprogress": "^1.7.1",
"@vuepress/plugin-search": "^1.7.1",
"docsearch.js": "^2.5.2",
"lodash": "^4.17.20",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"stylus-loader": "^4.3.1",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-smooth-scroll": "^0.0.10"
}
Expand Down
1 change: 1 addition & 0 deletions styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ th, td
bgColor $codeBlockActiveColorDefault var(--codeBlockActiveColor) true
outlineColor $codeBlockActiveColorDefault var(--codeBlockActiveColor) true
border none !important
border-radius 5px

.theme-container
&.sidebar-open
Expand Down
Loading

0 comments on commit 2f1ab04

Please sign in to comment.