Prepare release
This commit is contained in:
parent
9324b54396
commit
7d65bf83cd
@ -6,7 +6,7 @@
|
||||
<link rel="canonical" href="https://stackedit.io/">
|
||||
<link rel="icon" href="res-min/img/stackedit-32.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="res-min/img/stackedit-32.ico" type="image/x-icon">
|
||||
<meta name="description" content="StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.">
|
||||
<meta name="description" content="StackEdit is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.">
|
||||
<meta name="author" content="Benoit Schweblin">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="msvalidate.01" content="5E47EE6F67B069C17E3CDD418351A612"
|
||||
|
@ -171,7 +171,7 @@ code, pre {
|
||||
|
||||
pre {
|
||||
// Need to force these values because of prettify
|
||||
border-width: 0 !important;
|
||||
border: 0 solid @pre-border-color !important;
|
||||
border-left: 10px solid @pre-border-color !important;
|
||||
border-radius: 0;
|
||||
border-top-right-radius: 5px;
|
||||
|
@ -1072,7 +1072,8 @@ a {
|
||||
}
|
||||
|
||||
.ace_link {
|
||||
color: @tertiary-color-light;
|
||||
color: @tertiary-color;
|
||||
background-color: @code-bg;
|
||||
}
|
||||
|
||||
.ace_description {
|
||||
|
@ -6,7 +6,7 @@
|
||||
<link rel="canonical" href="https://stackedit.io/viewer">
|
||||
<link rel="icon" href="res-min/img/stackedit-32.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="res-min/img/stackedit-32.ico" type="image/x-icon">
|
||||
<meta name="description" content="StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.">
|
||||
<meta name="description" content="StackEdit is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.">
|
||||
<meta name="author" content="Benoit Schweblin">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="msvalidate.01" content="5E47EE6F67B069C17E3CDD418351A612"
|
||||
|
Loading…
Reference in New Issue
Block a user