Files
tauri-forage/docs/styles/iframe.css
Daniel Thompson-Yvetot 69dafb57f5 feat(docs): add latest
2020-01-25 02:25:12 +01:00

13 lines
208 B
CSS

.bd__button {
padding: 10px 0;
text-align: right;
}
.bd__button > a{
font-weight: 100;
text-decoration: none;
color: #BDC3CB;
font-family: sans-serif;
}
.bd__button > a:hover {
color: #798897;
}