mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 23:16:14 +02:00
Updated Readme from master
This commit is contained in:
parent
5e14f4fdb9
commit
dcd3268c60
3 changed files with 55 additions and 35 deletions
25
css/jrnl.css
25
css/jrnl.css
|
@ -17,7 +17,7 @@ li.badge {
|
|||
-webkit-border-radius: 3px;
|
||||
-o-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background-color: #97B931;
|
||||
background-color: #a81b51;
|
||||
box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
|
||||
-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
|
||||
-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
|
||||
|
@ -40,7 +40,26 @@ li.badge {
|
|||
box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
|
||||
-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
|
||||
-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
|
||||
-o-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
|
||||
-o-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
|
||||
padding: 2px 5px;
|
||||
color: white;
|
||||
text-shadow: 0px 1px 0px rgba(0,0,0,.3);
|
||||
font-weight: bold;
|
||||
font-family: "Maven Pro", "Junction", "Helvetica Neue", Helvetica, Sans;
|
||||
font-size: 10pt;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.change-new {
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-o-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background-color: #8ac237;
|
||||
box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
|
||||
-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
|
||||
-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
|
||||
-o-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
|
||||
padding: 2px 5px;
|
||||
color: white;
|
||||
text-shadow: 0px 1px 0px rgba(0,0,0,.3);
|
||||
|
@ -172,4 +191,4 @@ blockquote p{
|
|||
.nav li:hover a, .nav a:hover {
|
||||
background: #3c3c3c;
|
||||
box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,.1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue