Skip to content
Snippets Groups Projects
Commit 3d12f47b authored by Donald Cook's avatar Donald Cook Committed by Paul Slaughter
Browse files

Updated code styles

Updates inline code styling and the border of code blocks

https://gitlab.com/gitlab-org/gitlab/-/merge_requests/26731
parent 5a0c073c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -120,8 +120,8 @@ kbd {
 
code {
padding: 2px 4px;
color: $red-600;
background-color: $red-100;
color: $code-color;
background-color: $gray-100;
border-radius: $border-radius-default;
 
.code > & {
Loading
Loading
Loading
Loading
@@ -592,7 +592,7 @@ pre {
word-wrap: break-word;
color: $gl-text-color;
background-color: $gray-light;
border: 1px solid $border-color;
border: 1px solid $gray-200;
border-radius: $border-radius-small;
}
 
Loading
Loading
Loading
Loading
@@ -356,6 +356,7 @@ $list-text-height: 42px;
*/
$code-font-size: 90%;
$code-line-height: 1.6;
$code-color: $gray-950;
 
/*
* Tooltips
Loading
Loading
---
title: Deemphasized styles for inline code blocks
merge_request:
author:
type: changed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment