Skip to content

Commit

Permalink
change main colour
Browse files Browse the repository at this point in the history
  • Loading branch information
deividfortuna committed May 1, 2024
1 parent f55bf91 commit 38b3a97
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions v2/redocly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ theme:
- lang: curl
theme:
codeBlock:
borderRadius: '8'
borderRadius: "8"
typography:
fontSize: 16px
fontFamily: Roboto Mono, Roboto, sans-serif
Expand All @@ -15,33 +15,33 @@ theme:
fontWeight: bold
lineHeight: 2em
code:
fontWeight: '600'
color: rgba(92, 62, 189, 1)
fontWeight: "600"
color: "rgba(92, 62, 189, 1)"
wrap: true
links:
color: rgb(35, 35, 191)
visited: rgb(35, 35, 191)
hover: rgb(86, 86, 186)
color: "rgb(35, 35, 191)"
visited: "rgb(35, 35, 191)"
hover: "rgb(86, 86, 186)"
sidebar:
width: 300px
textColor: "#000000"
rightPanel:
backgroundColor: rgb(44, 40, 76)
backgroundColor: "rgb(20, 46, 120)"
textColor: "#ffffff"
colors:
primary:
main: rgb(35, 35, 191)
light: rgba(246, 20, 63, 0.42)
main: "rgb(35, 35, 191)"
light: "rgba(246, 20, 63, 0.42)"
success:
main: rgba(28, 184, 65, 1)
main: "rgba(28, 184, 65, 1)"
light: "#81ec9a"
dark: "#083312"
contrastText: "#000"
text:
primary: rgba(0, 0, 0, 1)
primary: "rgba(0, 0, 0, 1)"
secondary: "#4d4d4d"
http:
get: rgba(0, 200, 219, 1)
post: rgba(28, 184, 65, 1)
put: rgba(255, 187, 0, 1)
delete: rgba(254, 39, 35, 1)
get: "rgba(0, 200, 219, 1)"
post: "rgba(28, 184, 65, 1)"
put: "rgba(255, 187, 0, 1)"
delete: "rgba(254, 39, 35, 1)"

0 comments on commit 38b3a97

Please sign in to comment.