boost-react-native-bundle
Version:
Boost library as in https://sourceforge.net/projects/boost/files/boost/1.57.0/
31 lines (26 loc) • 492 B
CSS
/* Copyright Gennadiy Rozental 2001-2007.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
*/
A
{
color: #336699;
}
A:link
{
color: #336699;
}
A:visited
{
/* color: #9c5a9c; */
color: #336699;
}
A:active
{
color: #699BCD;
}
A:hover
{
background-color: #E1E1E1;
text-decoration: none;
}