Small layout and compliance updates
This commit is contained in:
parent
fe9ecfad73
commit
45ca500cc3
6 changed files with 66 additions and 40 deletions
|
@ -49,6 +49,37 @@ body {
|
|||
list-style-type: none;
|
||||
}
|
||||
|
||||
.rb-anim{
|
||||
position: relative;
|
||||
letter-spacing: 0.05em;
|
||||
font-weight: 500;
|
||||
background: linear-gradient(
|
||||
#fd004c 16.7%,
|
||||
#fe9000 16.7%,
|
||||
#fe9000 33.4%,
|
||||
#fff020 33.4%,
|
||||
#fff020 50.1%,
|
||||
#3edf4b 50.1%,
|
||||
#3edf4b 66.8%,
|
||||
#3363ff 66.8%,
|
||||
#3363ff 83.5%,
|
||||
#b102b7 83.5%
|
||||
);
|
||||
color: transparent;
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-stroke: 0.04em white;
|
||||
margin-bottom: 0.5em;
|
||||
line-height: 1.1em;
|
||||
animation: rainbow 50s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes rainbow {
|
||||
100% {
|
||||
background-position: 0 30em;
|
||||
}
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
@ -470,7 +501,7 @@ div.wrapper h2 {
|
|||
background-color: #333333;
|
||||
border: 1px solid #666666;
|
||||
}
|
||||
0 #column #featured li h2 {
|
||||
#column #featured li h2 {
|
||||
margin: 0;
|
||||
padding: 0 0 14px 0;
|
||||
font-size: 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue