Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions files/en-us/web/css/caret-shape/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ label {
background: #092104;
display: block;
padding: 10px 20px;
color: green;
color: #00ad00;
font-weight: bold;
font-family: monospace;
}
Expand All @@ -162,7 +162,7 @@ label {
span {
display: inline-block;
padding: 2px 5px;
color: green;
color: #00ad00;
font-weight: bold;
margin-right: 8px;
}
Expand All @@ -171,7 +171,7 @@ span {
background: transparent;
height: 100%;
border: none;
color: green;
color: #00ad00;
font-family: inherit;
font-size: 1rem;
outline: none;
Expand All @@ -190,7 +190,7 @@ span {
@keyframes old-caret {
from,
50% {
caret-color: green;
caret-color: #00ad00;
}
75%,
to {
Expand Down
8 changes: 4 additions & 4 deletions files/en-us/web/css/caret/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ label {
background: #092104;
display: block;
padding: 10px 20px;
color: green;
color: #00ad00;
font-weight: bold;
font-family: monospace;
}
Expand All @@ -172,7 +172,7 @@ label {
span {
display: inline-block;
padding: 2px 5px;
color: green;
color: #00ad00;
font-weight: bold;
margin-right: 8px;
}
Expand All @@ -181,7 +181,7 @@ span {
background: transparent;
height: 100%;
border: none;
color: green;
color: #00ad00;
font-family: inherit;
font-size: 1rem;
outline: none;
Expand All @@ -199,7 +199,7 @@ span {
@keyframes vintage-caret {
from,
50% {
caret-color: green;
caret-color: #00ad00;
}
75%,
to {
Expand Down