mirror of
https://github.com/boostorg/test.git
synced 2026-02-14 13:12:10 +00:00
18 lines
320 B
CSS
18 lines
320 B
CSS
/* Copyright Gennadiy Rozental 2001-2006.
|
|
* 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:link
|
|
{
|
|
color: #336699;
|
|
}
|
|
A:visited
|
|
{
|
|
color: #3F7EBE;
|
|
}
|
|
A:active
|
|
{
|
|
color: #699BCD;
|
|
}
|