better names distinction
parent
7856e65460
commit
7659384080
1 changed files with 13 additions and 0 deletions
13
Plugins.md
13
Plugins.md
|
@ -81,6 +81,19 @@ Better readability on big resolutions screens (css)
|
|||
ol li .message {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
/* better names distinction */
|
||||
ol li .message a.name {
|
||||
background: #f5f5f5;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
font-size: .8em;
|
||||
font-weight: normal;
|
||||
padding: 1px 2px;
|
||||
}
|
||||
ol li:hover .message a.name {
|
||||
background: #efefef;
|
||||
}
|
||||
```
|
||||
|
||||
<h2 id="tmp-conv"><a href="#tmp-conv">Add converted temperature</a></h2>
|
||||
|
|
Reference in a new issue