Merge pull request 'css: Set `user-select: all` for wallet address' (#25) from asymptotically/wownero-funding-system:user-select-all into master

Reviewed-on: #25
master
wowario 3 years ago
commit bfdf3b7973

@ -60,6 +60,7 @@ body {
color: #ff0000;
font-size: 18px;
margin-bottom: 0;
user-select: all;
}
.proposal_content blockquote {

Loading…
Cancel
Save